|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IoProcessor in net.gleamynode.netty2 |
---|
Methods in net.gleamynode.netty2 that return IoProcessor | |
---|---|
IoProcessor |
Session.getIoProcessor()
Returns the I/O processor this session reads and writes the message via. |
IoProcessor |
SessionServer.getIoProcessor()
Returns the IoProcessor that will be passed to newly created
sessions' constructor. |
Methods in net.gleamynode.netty2 with parameters of type IoProcessor | |
---|---|
void |
Session.setIoProcessor(IoProcessor ioProcessor)
Sets the I/O processor this session reads and writes the message via. |
void |
SessionServer.setIoProcessor(IoProcessor ioProcessor)
Sets the IoProcessor that will be passed to newly created
sessions' constructor. |
Constructors in net.gleamynode.netty2 with parameters of type IoProcessor | |
---|---|
Session(IoProcessor ioProcessor,
SocketAddress socketAddress,
MessageRecognizer messageRecognizer,
EventDispatcher eventDispatcher)
Constructs a new session that connects to the specified socket address with the default settings. |
|
Session(IoProcessor ioProcessor,
SocketAddress socketAddress,
MessageRecognizer messageRecognizer,
EventDispatcher eventDispatcher,
SessionConfig config)
Constructs a new session that connects to the specified socket address with the specified settings. |
|
Session(IoProcessor ioProcessor,
SocketChannel channel,
MessageRecognizer messageRecognizer,
EventDispatcher eventDispatcher)
Constructs a new session with the specified channel and with the default settings. |
|
Session(IoProcessor ioProcessor,
SocketChannel channel,
MessageRecognizer messageRecognizer,
EventDispatcher eventDispatcher,
SessionConfig config)
Constructs a new session with the specified channel and with the specified settings. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |