|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReadMultiplexer
Implement this interface if you're a multiplexer that is able to select on read events.
| Method Summary | |
|---|---|
void |
deregisterForRead(java.nio.channels.SelectableChannel channel)
Deregisters the given channel for reading (if nessecary). |
void |
registerForRead(java.nio.channels.SelectableChannel channel,
SocketIOHandler ioHandler)
Registers the given channel for reading. |
| Method Detail |
|---|
void registerForRead(java.nio.channels.SelectableChannel channel,
SocketIOHandler ioHandler)
channel - The channel that needs to be registered for reading.ioHandler - The I/O handler that is associated with the given channel.void deregisterForRead(java.nio.channels.SelectableChannel channel)
channel - The channel that needs to be deregistered for reading.
|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||