TopoWeb Commons API

Uses of Interface
org.topoweb.net.server.Session

Packages that use Session
org.topoweb.net.server Network related classes intended for use in server-side programs. 
 

Uses of Session in org.topoweb.net.server
 

Classes in org.topoweb.net.server that implement Session
 class PlainSession
          A minimal implementation of the Session interface.
 

Methods in org.topoweb.net.server that return Session
 Session SessionPool.getSession(java.nio.channels.SocketChannel channel)
          Returns a Session instance using the specified socket channel.
 

Methods in org.topoweb.net.server with parameters of type Session
 boolean SessionFilter.allow(Session session)
          Tests whether enough bytes have been read into the given session to form a request.
protected  boolean SessionWriter.enqueue(Session session)
          Enqueue's the given session in the read-completed queue.
 boolean DoubleNewLineDetector.requestCompleted(Session session)
           
protected  boolean SessionAcceptor.enqueue(Session session)
          Enqueue's the given session in the queue.
 boolean RequestBoundaryDetector.requestCompleted(Session session)
          Tests whether enough bytes have been read into the given session to form a request.
 boolean XmlTailDetector.requestCompleted(Session session)
           
protected  boolean SessionReader.enqueue(Session session)
          Enqueue's the given session in the read-completed queue.
 void SessionPool.freeSession(Session session)
          Frees the given session.
 


TopoWeb Commons API

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.