TopoWeb Commons API

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

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

Uses of SessionPool in org.topoweb.net.server
 

Methods in org.topoweb.net.server that return SessionPool
static SessionPool PlainSession.getFactory()
          Returns a trivial pool that returns PlainSession instances and doesn't do any caching.
 

Constructors in org.topoweb.net.server with parameters of type SessionPool
SessionWriter(org.topoweb.util.concurrent.Takable writePendingQueue, org.topoweb.util.concurrent.Puttable readPendingQueue, SessionFilter nextReadFilter, SessionPool sessionPool)
          Creates a new instance with the given parameters.
SessionAcceptor(java.net.InetSocketAddress address, SessionPool sessionPool, org.topoweb.util.concurrent.Puttable sessionQueue)
          Creates a new instance with the given parameters.
SessionReader(org.topoweb.util.concurrent.Takable readPendingQueue, org.topoweb.util.concurrent.Puttable readCompletedQueue, RequestBoundaryDetector requestDetector, SessionPool sessionPool)
          Creates a new instance with the given parameters.
 


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.