public interface ServerSocket
| Modifier and Type | Method and Description |
|---|---|
Socket |
accept()
Waits until a client connects and returns an IConnection implementation.
|
void |
close()
Closes the ServerSocket.
|
IPAddress |
getIPAddress()
Returns the local address.
|
int |
getPort()
Returns the local port.
|
void close()
throws java.io.IOException
java.io.IOException - an I/O exception.Socket accept() throws java.io.IOException
java.io.IOException - an I/O exception.IPAddress getIPAddress()
int getPort()