Uses of Interface
net.gleamynode.netty2.MessageRecognizer

Uses of MessageRecognizer in net.gleamynode.netty2
 

Methods in net.gleamynode.netty2 that return MessageRecognizer
 MessageRecognizer Session.getMessageRecognizer()
          Returns the MessageRecognizerwho recognizes the incoming data from this session.
 MessageRecognizer SessionServer.getMessageRecognizer()
          Returns the MessageRecognizerthat 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 MessageRecognizerwho recognizes the incoming data from this session.
 void SessionServer.setMessageRecognizer(MessageRecognizer messageRecognizer)
          Sets the MessageRecognizerthat will be passed to newly created sessions' constructor.
 

Constructors in net.gleamynode.netty2 with parameters of type MessageRecognizer
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, SocketAddress socketAddress, MessageRecognizer messageRecognizer, EventDispatcher eventDispatcher)
          Constructs a new session that connects to the specified socket address 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.
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.
 



Copyright © 2004-2007 Trustin Lee. All Rights Reserved.