|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of channel that the handler can handlepublic interface IoHandlerFactory<T extends java.nio.channels.Channel>
A factory for I/O handlers. Instances of this interface produce handler instances for clients and servers that deal with arbitrary numbers of connections.
Method Summary | |
---|---|
IoHandler<? super T> |
createHandler()
Create a handler for a potential new channel. |
Method Detail |
---|
IoHandler<? super T> createHandler()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |