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 Object.equals(java.lang.Object) . |
CookieBufferingFilter |
Implementation of an HTTP servlet
Filter which wraps the HttpServletResponse via
CookieBufferingFilter.CookieBufferingHttpServletResponseProxy to ensure that only a single cookie of a given name is set. |
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
URI s 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–2018. All rights reserved.