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 SummaryConstructors
- 
Method SummaryModifier 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- 
setNeedClientAuthpublic void setNeedClientAuth(boolean clientAuth) 
- 
setKeystore
- 
setTruststore
- 
setAlias
- 
createServerSocket- Specified by:
- createServerSocketin interface- RMIServerSocketFactory
- Throws:
- IOException
 
- 
toString
 
-