Uses of Class
net.gleamynode.netty2.Session

Uses of Session in net.gleamynode.netty2
 

Methods in net.gleamynode.netty2 that return Session
 Session Event.getSession()
          Returns the session which is related with this event.
 

Methods in net.gleamynode.netty2 with parameters of type Session
protected abstract  void AbstractThreadPooledEventDispatcher.AbstractWorker.onDisconnection(Session session)
           
 void SessionListener.connectionEstablished(Session session)
          Invoked when the connection is established.
 void SessionListener.connectionClosed(Session session)
          Invoked when the connection is closed.
 void SessionListener.messageReceived(Session session, Message message)
          Invoked when a message has arrived.
 void SessionListener.messageSent(Session session, Message message)
          Invoked when a message has been sent.
 void SessionListener.sessionIdle(Session session)
          Invoked when the session is idle for predefined amount of time.
 void SessionListener.exceptionCaught(Session session, Throwable cause)
          Invoked when an exception is caught while communicating.
static void SessionLog.trace(org.apache.commons.logging.Log log, Session session, Object obj)
           
static void SessionLog.trace(org.apache.commons.logging.Log log, Session session, Object obj, Throwable cause)
           
static void SessionLog.debug(org.apache.commons.logging.Log log, Session session, Object obj)
           
static void SessionLog.debug(org.apache.commons.logging.Log log, Session session, Object obj, Throwable cause)
           
static void SessionLog.info(org.apache.commons.logging.Log log, Session session, Object obj)
           
static void SessionLog.info(org.apache.commons.logging.Log log, Session session, Object obj, Throwable cause)
           
static void SessionLog.warn(org.apache.commons.logging.Log log, Session session, Object obj)
           
static void SessionLog.warn(org.apache.commons.logging.Log log, Session session, Object obj, Throwable cause)
           
static void SessionLog.error(org.apache.commons.logging.Log log, Session session, Object obj)
           
static void SessionLog.error(org.apache.commons.logging.Log log, Session session, Object obj, Throwable cause)
           
static void SessionLog.fatal(org.apache.commons.logging.Log log, Session session, Object obj)
           
static void SessionLog.fatal(org.apache.commons.logging.Log log, Session session, Object obj, Throwable cause)
           
 

Constructors in net.gleamynode.netty2 with parameters of type Session
Event(EventType type, Session session, Object item)
          Creates a new instance.
SessionLog(Session session, org.apache.commons.logging.Log log)
           
 



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