public class SESecureServerSocket extends SEServerSocket
ipAddress, serverSocket| Constructor and Description |
|---|
SESecureServerSocket(HTTPSBinding sBinding) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
accept()
Waits until a client connects and returns an IConnection implementation.
|
close, getIPAddress, getPortpublic SESecureServerSocket(HTTPSBinding sBinding) throws java.io.IOException
java.io.IOExceptionpublic Socket accept() throws java.io.IOException
ServerSocketaccept in interface ServerSocketaccept in class SEServerSocketjava.io.IOException - an I/O exception.