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
-
Method Summary
Modifier and TypeMethodDescriptioncreateSocket
(String host, int port) void
void
setKeystore
(String location, String type, String password) void
setTruststore
(String location, String type, String password) toString()
-
Constructor Details
-
SSLRMIClientSocketFactory
public SSLRMIClientSocketFactory()
-
-
Method Details
-
setAlias
-
setKeystore
-
setTruststore
-
createSocket
- Specified by:
createSocket
in interfaceRMIClientSocketFactory
- Throws:
IOException
-
toString
-