|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageRecognizer in net.gleamynode.netty2 |
---|
Methods in net.gleamynode.netty2 that return MessageRecognizer | |
---|---|
MessageRecognizer |
Session.getMessageRecognizer()
Returns the MessageRecognizer who recognizes the incoming data
from this session. |
MessageRecognizer |
SessionServer.getMessageRecognizer()
Returns the MessageRecognizer that will be passed to newly
created sessions' constructor. |
Methods in net.gleamynode.netty2 with parameters of type MessageRecognizer | |
---|---|
void |
Session.setMessageRecognizer(MessageRecognizer messageRecognizer)
Sets the MessageRecognizer who recognizes the incoming data from
this session. |
void |
SessionServer.setMessageRecognizer(MessageRecognizer messageRecognizer)
Sets the MessageRecognizer that will be passed to newly created
sessions' constructor. |
Constructors in net.gleamynode.netty2 with parameters of type MessageRecognizer | |
---|---|
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 |