Uses of Class
net.gleamynode.netty2.SessionConfig

Uses of SessionConfig in net.gleamynode.netty2
 

Methods in net.gleamynode.netty2 that return SessionConfig
 SessionConfig Session.getConfig()
          Returns the current settings of this session.
 SessionConfig SessionServer.getDefaultConfig()
          Returns the default configuration of newly created sessions.
 

Methods in net.gleamynode.netty2 with parameters of type SessionConfig
 void Session.setConfig(SessionConfig config)
          Sets the current settings of this session.
 void SessionServer.setDefaultConfig(SessionConfig defaultConfig)
          Sets the default configuration of newly created sessions.
 

Constructors in net.gleamynode.netty2 with parameters of type SessionConfig
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, SessionConfig config)
          Constructs a new session with the specified channel and with the specified settings.
 



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