Class ReliableSSLTcpClient
- java.lang.Object
-
- org.objectweb.joram.client.jms.tcp.ReliableTcpClient
-
- org.objectweb.joram.client.jms.tcp.ReliableSSLTcpClient
-
public class ReliableSSLTcpClient extends ReliableTcpClient
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
ReliableTcpClient.ServerAddress
-
-
Field Summary
Fields Modifier and Type Field Description private static StringKSprivate static StringKS_PASSprivate static StringKS_TYPEprivate static org.objectweb.util.monolog.api.Loggerloggerprivate static StringSSLCONTEXT-
Fields inherited from class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
CLOCK_SYNCHRO_THRESHOLD, CLOSE, CONNECT, identity, INIT, key, params, statusNames
-
-
Constructor Summary
Constructors Constructor Description ReliableSSLTcpClient()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SocketcreateSocket(String hostname, int port)private static SocketFactorycreateSocketFactory()-
Methods inherited from class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
addServerAddress, close, connect, connect, init, receive, send, setTimer, stopReconnections, toString
-
-
-
-
Field Detail
-
logger
private static org.objectweb.util.monolog.api.Logger logger
-
KS
private static final String KS
- See Also:
- Constant Field Values
-
KS_PASS
private static final String KS_PASS
- See Also:
- Constant Field Values
-
KS_TYPE
private static final String KS_TYPE
- See Also:
- Constant Field Values
-
SSLCONTEXT
private static final String SSLCONTEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
createSocket
protected Socket createSocket(String hostname, int port) throws Exception
- Overrides:
createSocketin classReliableTcpClient- Throws:
Exception
-
createSocketFactory
private static SocketFactory createSocketFactory() throws Exception
- Throws:
Exception
-
-