See: Description
| Interface | Description |
|---|---|
| UriComparator |
Component for testing URI's as to equality.
|
| Class | Description |
|---|---|
| BasicUrlComparator |
A basic implementation of
UriComparator that compares
URL's by canonicalizing them as per SimpleUrlCanonicalizer,
and then compares the resulting string representations for equality
using String#equals(). |
| CookieBufferingFilter |
Implementation of an HTTP servlet
Filter which stores the current HttpServletRequest and
HttpServletResponse being serviced on thread-local storage via the use of holder class
HttpServletRequestResponseContext. |
| CookieManager |
A helper class for managing one or more cookies on behalf of a component.
|
| HttpServletRequestResponseContext |
Class which holds and makes available the current HTTP servlet request and response via ThreadLocal storage.
|
| HttpServletSupport |
Utilities for working with HTTP Servlet requests and responses.
|
| IPRange |
Represents a range of IP addresses.
|
| RequestResponseContextFilter |
Implementation of an HTTP servlet
Filter which stores the current HttpServletRequest and
HttpServletResponse being serviced on thread-local storage via the use of holder class
HttpServletRequestResponseContext. |
| SimpleUrlCanonicalizer |
This class performs simple canonicalization of a URL as follows:
|
| ThreadLocalHttpServletRequestProxy |
An implementation of
HttpServletRequest which serves as a proxy for the
current thread-local servlet request obtained from HttpServletRequestResponseContext. |
| ThreadLocalHttpServletResponseProxy |
An implementation of
HttpServletResponse which serves as a proxy for the
current thread-local servlet response obtained from HttpServletRequestResponseContext. |
| UriSupport |
Helper methods for building
URIs and parsing some HTTP URL information. |
| UrlBuilder |
Utility class for building URLs.
|
| Exception | Description |
|---|---|
| UriException |
Exception related to processing or using a URI.
|
Copyright © 1999-2013. All Rights Reserved.