|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ChannelHandler is notified of new channels by the ChannelAcceptor
and is responsible for managing the channels.
The handler should not block when a new channel is received, as it will prevent other channels being accepted.
Channel
,
ChannelAcceptor
Method Summary | |
void |
opened(Channel channel)
Handle a new channel |
Method Detail |
public void opened(Channel channel)
channel
- the new channel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |