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