|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransportChannelListener
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 |
|---|
void addClient(TransportChannel channel)
channel - the new channelvoid removeClient(TransportChannel channel)
channel - the channel removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||