TopoWeb Commons API

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

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

Uses of RequestBoundaryDetector in org.topoweb.net.server
 

Classes in org.topoweb.net.server that implement RequestBoundaryDetector
 class DoubleNewLineDetector
          Detects if there are two consecutive new lines in the Session bytes read in.
 class XmlTailDetector
          Detects the presence of the tail of an XML element in the Session bytes read in.
 

Constructors in org.topoweb.net.server with parameters of type RequestBoundaryDetector
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.