Package com.caucho.server.connection

Interface Summary
BroadcastTask Represents a broadcast task.
CauchoRequest  
CauchoResponse  
ScopeRemoveListener Called when the object is removed from a scope.
TcpDuplexHandler Application handler for a bidirectional tcp stream The read stream should only be read by the serviceRead method.
 

Class Summary
AbstractHttpRequest Abstract request implementing methods common to the different request implementations.
AbstractHttpResponse Encapsulates the servlet response, controlling response headers and the response stream.
AbstractResponseStream API for handling the PrintWriter/ServletOutputStream
Connection Represents a protocol-independent connection.
ConnectionController Controls a tcp connection for comet.
Form Form handling.
HttpConnectionController Public API to control a comet connection.
IncludeResponseStream  
RequestAdapter Any requests that depends on an underlying request, like include() requests or adapters for other servlet engines.
RequestWrapper Wraps a servlet request in another request.
ResponseAdapter  
ResponseWrapper Wraps a servlet response in another response.
ResponseWriter  
ServletInputStreamImpl  
ServletOutputStreamImpl Implementation of the ServletOutputStream.
StreamConnection A Connection based on streams.
StreamWrapperResponseStream  
StubServletRequest Used when there isn't any actual request object, e.g.
StubServletResponse  
TcpDuplexController Public API to control a http upgrade connection.
ToByteResponseStream Handles the dual char/byte buffering for the response stream.
ToCharResponseAdapter  
ToCharResponseStream  
WrapperResponseStream