|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used by a server to listen for new clients coming and going and reacting accordingly
Method Summary | |
void |
addClient(TransportChannel channel)
Called when a new channel is added to a server |
void |
removeClient(TransportChannel channel)
Called when a channel has been closed and removed from a server |
Method Detail |
public void addClient(TransportChannel channel)
channel
- the new channelpublic void removeClient(TransportChannel channel)
channel
- the channel removed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |