public class TLSTransportClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BUFFER_SIZE |
static int |
DEFAULT_STORAGE_SIZE |
| Constructor and Description |
|---|
TLSTransportClient(TLSClientConnection parenConnection,
IConcurrentFactory concurrentFactory,
IMessageParser parser)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getDestAddress() |
InetSocketAddress |
getOrigAddress() |
TLSClientConnection |
getParent() |
void |
initialize() |
void |
initialize(Socket socket) |
void |
release() |
void |
setDestAddress(InetSocketAddress address) |
void |
setOrigAddress(InetSocketAddress address) |
void |
start() |
public static final int DEFAULT_BUFFER_SIZE
public static final int DEFAULT_STORAGE_SIZE
public TLSTransportClient(TLSClientConnection parenConnection, IConcurrentFactory concurrentFactory, IMessageParser parser)
parenConnection - connection created this transportpublic void initialize()
throws IOException,
NotInitializedException
IOExceptionNotInitializedExceptionpublic void initialize(Socket socket) throws IOException, NotInitializedException
IOExceptionNotInitializedExceptionpublic void start()
throws NotInitializedException
NotInitializedExceptionpublic TLSClientConnection getParent()
public InetSocketAddress getDestAddress()
public void setDestAddress(InetSocketAddress address)
public void setOrigAddress(InetSocketAddress address)
public InetSocketAddress getOrigAddress()
Copyright © 2016. All Rights Reserved.