public class TLSClientSideNetworkAgent extends ClientSideNetworkAgent
| Constructor and Description |
|---|
TLSClientSideNetworkAgent()
Instantiates a new secure client side network agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
connect(java.net.SocketAddress objSocketAddress,
TLSClientConfig objTLSClientConfig,
int timeout)
Connect securely to the given Socket Address.
|
close, connect, getSocketAddress, read, writepublic TLSClientSideNetworkAgent()
java.io.IOException - Signals that an I/O exception has occurred.public void connect(java.net.SocketAddress objSocketAddress,
TLSClientConfig objTLSClientConfig,
int timeout)
throws java.io.IOException
objSocketAddress - the socket address to which connection is to be madeobjTLSClientConfig - SCU configuration for connecting securely.java.io.IOException - Signals that an IO Exception has occurred.