public interface Server
| Modifier and Type | Interface and Description |
|---|---|
static class |
Server.TRANSMISSION_PROTOCOL |
static interface |
Server.TransmissionProtocol |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getSocketAddress() |
Server.TransmissionProtocol |
getTransmissionProtocol() |
void |
startServer() |
void |
startServer(InetSocketAddress socketAddress) |
void |
startServer(int port) |
void |
stopServer() |
Server.TransmissionProtocol getTransmissionProtocol()
void startServer(InetSocketAddress socketAddress) throws Exception
ExceptionInetSocketAddress getSocketAddress()
Copyright © 2013. All Rights Reserved.