org.jdiameter.client.impl.transport.tcp
Class TLSClientConnection
java.lang.Object
org.jdiameter.client.impl.transport.tcp.TCPClientConnection
org.jdiameter.client.impl.transport.tcp.TLSClientConnection
- All Implemented Interfaces:
- Wrapper, IConnection
public class TLSClientConnection
- extends TCPClientConnection
|
Constructor Summary |
TLSClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
java.net.InetAddress remoteAddress,
int remotePort,
java.net.InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
java.lang.String ref)
|
TLSClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
java.net.InetAddress remoteAddress,
int remotePort,
java.net.InetAddress localAddress,
int localPort,
IMessageParser parser,
java.lang.String ref)
|
TLSClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
javax.net.ssl.SSLSocket socket,
IMessageParser parser,
java.lang.String ref)
|
| Methods inherited from class org.jdiameter.client.impl.transport.tcp.TCPClientConnection |
addConnectionListener, connect, disconnect, getCreatedTime, getKey, getRemoteAddress, getRemotePort, isConnected, isNetworkInitiated, isWrapperFor, onAvpDataException, onConnected, onDisconnect, onEvent, onMessageReceived, processBufferedMessages, release, remAllConnectionListener, remConnectionListener, sendMessage, unwrap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TLSClientConnection
public TLSClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
java.net.InetAddress remoteAddress,
int remotePort,
java.net.InetAddress localAddress,
int localPort,
IMessageParser parser,
java.lang.String ref)
TLSClientConnection
public TLSClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
java.net.InetAddress remoteAddress,
int remotePort,
java.net.InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
java.lang.String ref)
TLSClientConnection
public TLSClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
javax.net.ssl.SSLSocket socket,
IMessageParser parser,
java.lang.String ref)
throws java.lang.Exception
- Throws:
java.lang.Exception
getClient
protected org.jdiameter.client.impl.transport.tcp.TCPTransportClient getClient()
- Overrides:
getClient in class TCPClientConnection
getSSLConfig
public Configuration getSSLConfig()
getSSLFactory
public javax.net.ssl.SSLSocketFactory getSSLFactory()
Copyright © 2010. All Rights Reserved.