|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelRegistrar
Method Summary | |
---|---|
int |
getLoad()
Returns the amount of currently queued network events for processing |
boolean |
isValid()
Tells whether this ChannelRegistrar is running and accepting channels for further processing |
void |
register(ConnectionHeader receiverInfo,
int interest)
(Re-)Adds a incomplete read channel to the list of channels processed by the Selector of this ChannelRegistrar |
Method Detail |
---|
void register(ConnectionHeader receiverInfo, int interest)
receiverInfo
- the ConnectionHeader initially sent by the receiverinterest
- OP_WRITE or OP_READ interestboolean isValid()
int getLoad()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |