|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.szegedi.nioserver.Service
The Service class represents each service that was registered with a NioServer. Basically, once you have registered a service with a server, you can do pretty little with it - this class allows you to retrieve the socket address, and to stop the service.
| Method Summary | |
java.net.SocketAddress |
getSocketAddress()
Returns the socket address used by this service. |
void |
stop()
Stops the service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.net.SocketAddress getSocketAddress()
public void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||