public class TLSSCUSession extends SCUSession
| Constructor and Description |
|---|
TLSSCUSession()
Instantiates a new TLS SCU session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
start(java.net.InetSocketAddress addr,
TLSClientConfig objTLSClientConfig)
Start the secure TLS SCU session with Socket Address, in case of specified
TLS configuration is NULL session is insecure.
|
void |
start(java.lang.String strIP,
int iPort,
TLSClientConfig objTLSClientConfig)
Start the secure TLS SCU session with the IP and port given, in case of specified
TLS configuration is NULL session is insecure.
|
addAsyncReceiver, associate, close, closeConnection, connectionState, endSession, getAgreedAssociation, getAssociationStatus, getClientSideAssociationAgent, getDIMSEAssociation, getEarlyFailedStatus, getNumberOfRequestSend, getPduReader, getPduWriter, getServiceAgent, getTimeOut, isSecured, notifyData, onException, releaseAssociation, sendAssociationMessage, sendServiceMessage, setAssociationStatus, setClientSideAssociationAgent, setConnectionState, setExceptionListener, setMessageListener, setPduReader, setPduWriter, setSecured, setServiceAgent, setTimeOut, start, startpublic TLSSCUSession()
throws java.io.IOException
java.io.IOExceptionpublic void start(java.net.InetSocketAddress addr,
TLSClientConfig objTLSClientConfig)
throws java.io.IOException
addr - instance of IP Socket AddressobjTLSClientConfig - configuration of TLS client.java.io.IOException - Signals that an I/O exception has occurred.public void start(java.lang.String strIP,
int iPort,
TLSClientConfig objTLSClientConfig)
throws java.io.IOException
strIP - String value of IP.iPort - int value of port.objTLSClientConfig - configuration of TLS client.java.io.IOException - Signals that an I/O exception has occurred.