- DATE - Static variable in class org.codehaus.httpcache4j.HeaderConstants
-
- DECODE - Static variable in class org.codehaus.httpcache4j.util.Base64
-
Specify decoding in first bit.
- decode(byte[]) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(byte[], int, int, int) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, String) - Static method in class org.codehaus.httpcache4j.util.URIDecoder
-
- decodeFileToFile(String, String) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodeToFile(String, String) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decodeToObject(String, int, ClassLoader) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decodeUTF8(String) - Static method in class org.codehaus.httpcache4j.util.URIDecoder
-
- DEFAULT_USER_AGENT - Static variable in class org.codehaus.httpcache4j.resolver.ResolverConfiguration
-
- DefaultAuthenticator - Class in org.codehaus.httpcache4j.auth
-
- DefaultAuthenticator() - Constructor for class org.codehaus.httpcache4j.auth.DefaultAuthenticator
-
- DefaultAuthenticator(List<AuthenticatorStrategy>) - Constructor for class org.codehaus.httpcache4j.auth.DefaultAuthenticator
-
- DefaultProxyAuthenticator - Class in org.codehaus.httpcache4j.auth
-
- DefaultProxyAuthenticator() - Constructor for class org.codehaus.httpcache4j.auth.DefaultProxyAuthenticator
-
- DefaultProxyAuthenticator(ProxyConfiguration) - Constructor for class org.codehaus.httpcache4j.auth.DefaultProxyAuthenticator
-
- DefaultProxyAuthenticator(ProxyConfiguration, List<AuthenticatorStrategy>) - Constructor for class org.codehaus.httpcache4j.auth.DefaultProxyAuthenticator
-
- DefaultSchemeRegistry - Class in org.codehaus.httpcache4j.auth
-
- DefaultSchemeRegistry() - Constructor for class org.codehaus.httpcache4j.auth.DefaultSchemeRegistry
-
- DelegatingInputStream - Class in org.codehaus.httpcache4j.payload
-
- DelegatingInputStream(InputStream) - Constructor for class org.codehaus.httpcache4j.payload.DelegatingInputStream
-
- DELETE - Static variable in class org.codehaus.httpcache4j.HTTPMethod
-
- deserialize(InputStream) - Static method in class org.codehaus.httpcache4j.util.SerializationUtils
-
Deserializes an Object from the specified stream.
- deserialize(byte[]) - Static method in class org.codehaus.httpcache4j.util.SerializationUtils
-
Deserializes a single Object from an array of bytes.
- Digest - Class in org.codehaus.httpcache4j.auth.digest
-
- Digest(HTTPHost, AuthScheme) - Constructor for class org.codehaus.httpcache4j.auth.digest.Digest
-
- DigestAuthenticatorStrategy - Class in org.codehaus.httpcache4j.auth
-
- DigestAuthenticatorStrategy() - Constructor for class org.codehaus.httpcache4j.auth.DigestAuthenticatorStrategy
-
- Directive - Class in org.codehaus.httpcache4j
-
- Directive(String, String) - Constructor for class org.codehaus.httpcache4j.Directive
-
- Directive(String, String, List<Parameter>) - Constructor for class org.codehaus.httpcache4j.Directive
-
- Directives - Class in org.codehaus.httpcache4j
-
- Directives(Iterable<Directive>) - Constructor for class org.codehaus.httpcache4j.Directives
-
- Directives() - Constructor for class org.codehaus.httpcache4j.Directives
-
- DirectivesParser - Class in org.codehaus.httpcache4j.util
-
Modified version of the HTTP Components BasicHeaderValueParser.
- DirectivesParser() - Constructor for class org.codehaus.httpcache4j.util.DirectivesParser
-
- DO_BREAK_LINES - Static variable in class org.codehaus.httpcache4j.util.Base64
-
Do break lines when encoding.
- DONT_GUNZIP - Static variable in class org.codehaus.httpcache4j.util.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- empty() - Static method in class org.codehaus.httpcache4j.util.URIBuilder
-
Creates an empty URIBuilder.
- ENCODE - Static variable in class org.codehaus.httpcache4j.util.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded CharBuffer.
- encode(byte[]) - Static method in class org.codehaus.httpcache4j.util.Hex
-
- encode(String, String) - Static method in class org.codehaus.httpcache4j.util.URIEncoder
-
- encodeBytes(byte[]) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class org.codehaus.httpcache4j.util.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class org.codehaus.httpcache4j.util.Base64
-
- encodeFileToFile(String, String) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeObject(Serializable) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeToFile(byte[], String) - Static method in class org.codehaus.httpcache4j.util.Base64
-
Convenience method for encoding data to a file.
- encodeUTF8(String) - Static method in class org.codehaus.httpcache4j.util.URIEncoder
-
- equals(Object) - Method in class org.codehaus.httpcache4j.auth.bearer.BearerToken
-
- equals(Object) - Method in class org.codehaus.httpcache4j.Headers
-
- equals(Object) - Method in class org.codehaus.httpcache4j.HTTPHost
-
- equals(Object) - Method in class org.codehaus.httpcache4j.HTTPMethod
-
- equals(Object) - Method in class org.codehaus.httpcache4j.HTTPResponse
-
- equals(Object) - Method in class org.codehaus.httpcache4j.MIMEType
-
- equals(Object, boolean) - Method in class org.codehaus.httpcache4j.MIMEType
-
- equals(Object) - Method in class org.codehaus.httpcache4j.NameValue
-
- equals(Object) - Method in class org.codehaus.httpcache4j.preference.Charset
-
- equals(Object) - Method in class org.codehaus.httpcache4j.preference.Preference
-
- equals(Object) - Method in class org.codehaus.httpcache4j.Status
-
- equals(Object) - Method in class org.codehaus.httpcache4j.StatusLine
-
- equals(Object) - Method in class org.codehaus.httpcache4j.Tag
-
Indicates if both tags are equal.
- equals(Object, boolean) - Method in class org.codehaus.httpcache4j.Tag
-
Indicates if both tags are equal.
- equals(Object) - Method in class org.codehaus.httpcache4j.util.CaseInsensitiveKey
-
- equals(Object) - Method in class org.codehaus.httpcache4j.util.Pair
-
- equalsWithoutParameters(Object) - Method in class org.codehaus.httpcache4j.MIMEType
-
- ETAG - Static variable in class org.codehaus.httpcache4j.HeaderConstants
-
- EXPECTATION_FAILED - Static variable in class org.codehaus.httpcache4j.Status
-
- EXPIRES - Static variable in class org.codehaus.httpcache4j.HeaderConstants
-