Package org.apache.catalina.connector

Class Summary
Constants Static constants for this package.
HttpRequestBase Convenience base implementation of the HttpRequest interface, which can be used for the Request implementation required by most Connectors that implement the HTTP protocol.
HttpRequestFacade Facade class that wraps a Catalina-internal HttpRequest object.
HttpRequestWrapper Abstract convenience class that wraps a Catalina-internal HttpRequest object.
HttpResponseBase Convenience base implementation of the HttpResponse interface, which can be used for the Response implementation required by most Connectors that deal with HTTP.
HttpResponseFacade Facade class that wraps a Catalina-internal HttpResponse object.
HttpResponseWrapper Abstract convenience class that wraps a Catalina-internal HttpResponse object.
RequestBase Convenience base implementation of the Request interface, which can be used for the Request implementation required by most Connectors.
RequestFacade Facade class that wraps a Catalina-internal Request object.
RequestStream Convenience implementation of ServletInputStream that works with the standard implementations of Request.
RequestWrapper Abstract convenience class that wraps a Catalina-internal Request object.
ResponseBase Convenience base implementation of the Response interface, which can be used for the Response implementation required by most Connectors.
ResponseFacade Facade class that wraps a Catalina-internal Response object.
ResponseStream Convenience implementation of ServletOutputStream that works with the standard ResponseBase implementation of Response.
ResponseWrapper Abstract convenience class that wraps a Catalina-internal Response object.
ResponseWriter Wrapper around the standard java.io.PrintWriter that keeps track of whether or not any characters have ever been written (even if they are still buffered inside the PrintWriter or any other Writer that it uses above the underlying TCP/IP socket).
 



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.