Package org.apache.jmeter.rmi
Class SSLRMIClientSocketFactory
java.lang.Object
org.apache.jmeter.rmi.SSLRMIClientSocketFactory
- All Implemented Interfaces:
 Serializable,RMIClientSocketFactory
public class SSLRMIClientSocketFactory
extends Object
implements RMIClientSocketFactory, Serializable
Implementation of 
RMIClientSocketFactory that:
 - Establishes SSL connection
 
- Since:
 - 4.0
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateSocket(String host, int port) voidvoidsetKeystore(String location, String type, String password) voidsetTruststore(String location, String type, String password) toString() 
- 
Constructor Details
- 
SSLRMIClientSocketFactory
public SSLRMIClientSocketFactory() 
 - 
 - 
Method Details
- 
setAlias
 - 
setKeystore
 - 
setTruststore
 - 
createSocket
- Specified by:
 createSocketin interfaceRMIClientSocketFactory- Throws:
 IOException
 - 
toString
 
 -