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