public class TLSTransportClient extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TLSTransportClient(TLSClientConnection parenConnection,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
Configuration config) |
|
TLSTransportClient(TLSClientConnection parenConnection,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
Configuration config,
io.netty.channel.Channel channel) |
|
TLSTransportClient(TLSClientConnection parenConnection,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
Configuration config,
InetSocketAddress destAddress,
InetSocketAddress origAddress) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfig() |
InetSocketAddress |
getDestAddress() |
InetSocketAddress |
getOrigAddress() |
TLSClientConnection |
getParent() |
TLSClientConnection |
getParentConnection() |
IMessageParser |
getParser() |
org.jdiameter.client.impl.transport.tls.netty.TLSTransportClient.TlsHandshakingState |
getTlsHandshakingState() |
void |
release() |
void |
setDestAddress(InetSocketAddress address) |
void |
setOrigAddress(InetSocketAddress address) |
void |
setTlsHandshakingState(org.jdiameter.client.impl.transport.tls.netty.TLSTransportClient.TlsHandshakingState tlsHandshakingState) |
void |
start() |
void |
stop() |
protected TLSTransportClient(TLSClientConnection parenConnection, IConcurrentFactory concurrentFactory, IMessageParser parser, Configuration config)
public TLSTransportClient(TLSClientConnection parenConnection, IConcurrentFactory concurrentFactory, IMessageParser parser, Configuration config, InetSocketAddress destAddress, InetSocketAddress origAddress)
public TLSTransportClient(TLSClientConnection parenConnection, IConcurrentFactory concurrentFactory, IMessageParser parser, Configuration config, io.netty.channel.Channel channel)
public void start()
throws InterruptedException
InterruptedExceptionpublic TLSClientConnection getParent()
public InetSocketAddress getDestAddress()
public void setDestAddress(InetSocketAddress address)
public void setOrigAddress(InetSocketAddress address)
public InetSocketAddress getOrigAddress()
public void stop()
public org.jdiameter.client.impl.transport.tls.netty.TLSTransportClient.TlsHandshakingState getTlsHandshakingState()
public void setTlsHandshakingState(org.jdiameter.client.impl.transport.tls.netty.TLSTransportClient.TlsHandshakingState tlsHandshakingState)
public TLSClientConnection getParentConnection()
public IMessageParser getParser()
public Configuration getConfig()
Copyright © 2016. All Rights Reserved.