Package org.apache.jmeter.rmi
Class SSLRMIServerSocketFactory
java.lang.Object
org.apache.jmeter.rmi.SSLRMIServerSocketFactory
- All Implemented Interfaces:
 Serializable,RMIServerSocketFactory
public class SSLRMIServerSocketFactory
extends Object
implements RMIServerSocketFactory, Serializable
Implementation of 
RMIServerSocketFactoryImpl that:
 - Binds socket to an address
 - Establishes SSL connection
 
- Since:
 - 4.0
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateServerSocket(int port) voidvoidsetKeystore(String location, String type, String password) voidsetNeedClientAuth(boolean clientAuth) voidsetTruststore(String location, String type, String password) toString() 
- 
Constructor Details
- 
SSLRMIServerSocketFactory
 
 - 
 - 
Method Details
- 
setNeedClientAuth
public void setNeedClientAuth(boolean clientAuth)  - 
setKeystore
 - 
setTruststore
 - 
setAlias
 - 
createServerSocket
- Specified by:
 createServerSocketin interfaceRMIServerSocketFactory- Throws:
 IOException
 - 
toString
 
 -