|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface TcpServer.Listener
An interface for listening to events from a TcpServer.
A single TcpServer.Event is shared for all invocations
of these methods.
This code is released into the Public Domain. Since this is Public Domain, you don't need to worry about licensing, and you can simply copy this TcpServer.java file to your own package and use it as you like. Enjoy. Please consider leaving the following statement here in this code:
This TcpServer class was copied to this project from its source as found at iHarder.net.
TcpServer,
TcpServer.Event| Method Summary | |
|---|---|
void |
socketReceived(TcpServer.Event evt)
Called when a packet is received. |
| Method Detail |
|---|
void socketReceived(TcpServer.Event evt)
evt - the event
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||