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. |