| Constructor and Description |
|---|
SESecureSocket(IPAddress host,
int port,
LocalCertificateCredentialInfo credentialInfo)
Default constructor.
|
SESecureSocket(java.net.Socket socket,
IPAddress address) |
| Modifier and Type | Method and Description |
|---|---|
CredentialInfo |
getRemoteCredentialInfo() |
close, getInputStream, getLocalAddress, getLocalPort, getOutputStream, getRemoteAddress, getRemotePort, isTcpNoDelayEnabled, setTcpNoDelayEnabledpublic SESecureSocket(IPAddress host, int port, LocalCertificateCredentialInfo credentialInfo) throws java.io.IOException
host - host name.port - port number.alias - of the certificate to use.java.io.IOExceptionpublic SESecureSocket(java.net.Socket socket,
IPAddress address)
public CredentialInfo getRemoteCredentialInfo()
getRemoteCredentialInfo in interface SocketgetRemoteCredentialInfo in class SESocket