org.objectweb.joram.client.jms.tcp
Class ReliableSSLTcpClient

java.lang.Object
  extended by org.objectweb.joram.client.jms.tcp.ReliableTcpClient
      extended by 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
private static java.lang.String KS
           
private static java.lang.String KS_PASS
           
private static java.lang.String KS_TYPE
           
private static org.objectweb.util.monolog.api.Logger logger
           
private static java.lang.String SSLCONTEXT
           
 
Fields inherited from class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
CLOCK_SYNCHRO_THRESHOLD, CLOSE, CONNECT, identity, INIT, key, params, statusNames
 
Constructor Summary
ReliableSSLTcpClient()
           
 
Method Summary
protected  java.net.Socket createSocket(java.lang.String hostname, int port)
           
private static javax.net.SocketFactory createSocketFactory()
           
 
Methods inherited from class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
addServerAddress, close, connect, connect, init, receive, send, setTimer, stopReconnections, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

private static org.objectweb.util.monolog.api.Logger logger

KS

private static final java.lang.String KS
See Also:
Constant Field Values

KS_PASS

private static final java.lang.String KS_PASS
See Also:
Constant Field Values

KS_TYPE

private static final java.lang.String KS_TYPE
See Also:
Constant Field Values

SSLCONTEXT

private static final java.lang.String SSLCONTEXT
See Also:
Constant Field Values
Constructor Detail

ReliableSSLTcpClient

public ReliableSSLTcpClient()
Method Detail

createSocket

protected java.net.Socket createSocket(java.lang.String hostname,
                                       int port)
                                throws java.lang.Exception
Overrides:
createSocket in class ReliableTcpClient
Throws:
java.lang.Exception

createSocketFactory

private static javax.net.SocketFactory createSocketFactory()
                                                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.