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
-
Method Summary
Modifier and TypeMethodDescriptioncreateServerSocket
(int port) void
void
setKeystore
(String location, String type, String password) void
setNeedClientAuth
(boolean clientAuth) void
setTruststore
(String location, String type, String password) toString()
-
Constructor Details
-
SSLRMIServerSocketFactory
-
-
Method Details
-
setNeedClientAuth
public void setNeedClientAuth(boolean clientAuth) -
setKeystore
-
setTruststore
-
setAlias
-
createServerSocket
- Specified by:
createServerSocket
in interfaceRMIServerSocketFactory
- Throws:
IOException
-
toString
-