Uses of Class
net.sf.cindy.SessionType

Packages that use SessionType
net.sf.cindy   
net.sf.cindy.session   
net.sf.cindy.session.bio   
net.sf.cindy.session.nio   
 

Uses of SessionType in net.sf.cindy
 

Fields in net.sf.cindy declared as SessionType
static SessionType SessionType.FILE
          File session.
static SessionType SessionType.PIPE
          Pipe session.
static SessionType SessionType.TCP
          TCP session.
static SessionType SessionType.UDP
          UDP session.
static SessionType SessionType.UNKNOWN
          Unknown session type.
 

Methods in net.sf.cindy that return SessionType
 SessionType SessionAcceptor.getSessionType()
          Get the session type of the session accepted by the acceptor.
 SessionType Session.getSessionType()
          Get session type.
 

Uses of SessionType in net.sf.cindy.session
 

Methods in net.sf.cindy.session with parameters of type SessionType
static Session SessionFactory.createSession(SessionType type)
          Create a new session.
static SessionAcceptor SessionFactory.createSessionAcceptor(SessionType type)
          Create a session acceptor.
 

Uses of SessionType in net.sf.cindy.session.bio
 

Methods in net.sf.cindy.session.bio that return SessionType
 SessionType BlockingSessionAcceptor.getSessionType()
           
 

Uses of SessionType in net.sf.cindy.session.nio
 

Methods in net.sf.cindy.session.nio that return SessionType
 SessionType SocketChannelSession.getSessionType()
           
 SessionType ServerSocketChannelSession.getSessionType()
           
 SessionType PipeSession.getSessionType()
           
 SessionType NonBlockingSessionAcceptor.getSessionType()
           
 SessionType DatagramChannelSession.getSessionType()