A B C D E F G H I K L M N O P R S T U V W

A

AbstractResponseResolver - Class in org.codehaus.httpcache4j.resolver
Implementors should implement this instead of using the ResponseResolver interface directly.
AbstractResponseResolver() - Constructor for class org.codehaus.httpcache4j.resolver.AbstractResponseResolver
 
ACCEPT - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
ACCEPT_CHARSET - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
ACCEPT_LANGUAGE - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
add(Header) - Method in class org.codehaus.httpcache4j.Headers
 
add(String, String) - Method in class org.codehaus.httpcache4j.Headers
 
add(String, List<Header>) - Method in class org.codehaus.httpcache4j.Headers
 
add(Iterable<Header>) - Method in class org.codehaus.httpcache4j.Headers
 
addCharset(String) - Method in class org.codehaus.httpcache4j.preference.Preferences
 
addCharset(String, double) - Method in class org.codehaus.httpcache4j.preference.Preferences
 
addHeader(Header) - Method in class org.codehaus.httpcache4j.HTTPRequest
 
addHeader(String, String) - Method in class org.codehaus.httpcache4j.HTTPRequest
 
addIfMatch(Tag) - Method in class org.codehaus.httpcache4j.Conditionals
Adds tags to the If-Match header.
addIfNoneMatch(Tag) - Method in class org.codehaus.httpcache4j.Conditionals
Adds tags to the If-None-Match header.
addLocale(Locale) - Method in class org.codehaus.httpcache4j.preference.Preferences
 
addLocale(Locale, double) - Method in class org.codehaus.httpcache4j.preference.Preferences
 
addMIMEType(MIMEType, double) - Method in class org.codehaus.httpcache4j.preference.Preferences
 
addMIMEType(MIMEType) - Method in class org.codehaus.httpcache4j.preference.Preferences
 
addParameter(String, String) - Method in class org.codehaus.httpcache4j.MIMEType
 
AGE - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
ALL - Static variable in class org.codehaus.httpcache4j.MIMEType
 
ALL - Static variable in class org.codehaus.httpcache4j.preference.LocalePreference
 
ALL - Static variable in class org.codehaus.httpcache4j.Tag
Tag matching any other tag, used in call's condition data.
ALLOW - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
APPLICATION_OCTET_STREAM - Static variable in class org.codehaus.httpcache4j.MIMEType
 
available() - Method in class org.codehaus.httpcache4j.payload.DelegatingInputStream
 

B

ByteArrayPayload - Class in org.codehaus.httpcache4j.payload
 
ByteArrayPayload(InputStream, MIMEType) - Constructor for class org.codehaus.httpcache4j.payload.ByteArrayPayload
 

C

CACHE_CONTROL - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
CacheControl - Class in org.codehaus.httpcache4j
Experimental: do not use!
CacheControl(Map<CacheControl.Directive, String>) - Constructor for class org.codehaus.httpcache4j.CacheControl
 
CacheControl(Header) - Constructor for class org.codehaus.httpcache4j.CacheControl
 
CacheControl.Directive - Enum in org.codehaus.httpcache4j
 
Challenge - Interface in org.codehaus.httpcache4j
 
challenge(Challenge) - Method in class org.codehaus.httpcache4j.HTTPRequest
 
ChallengeMethod - Enum in org.codehaus.httpcache4j
An enum describing the different challenge types that the cache supports.
close() - Method in class org.codehaus.httpcache4j.payload.DelegatingInputStream
 
ClosedInputStreamPayload - Class in org.codehaus.httpcache4j.payload
 
ClosedInputStreamPayload(MIMEType) - Constructor for class org.codehaus.httpcache4j.payload.ClosedInputStreamPayload
 
Conditionals - Class in org.codehaus.httpcache4j
Represents the different conditional types that an HTTP request may have.
Conditionals() - Constructor for class org.codehaus.httpcache4j.Conditionals
 
Conditionals(List<Tag>, List<Tag>, DateTime, DateTime) - Constructor for class org.codehaus.httpcache4j.Conditionals
 
conditionals(Conditionals) - Method in class org.codehaus.httpcache4j.HTTPRequest
 
consume() - Method in class org.codehaus.httpcache4j.HTTPResponse
 
contains(Header) - Method in class org.codehaus.httpcache4j.Headers
 
CONTENT_TYPE - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
createResponse(Status, Headers, InputStream) - Method in class org.codehaus.httpcache4j.resolver.ResponseCreator
 

D

DATE - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
DelegatingInputStream - Class in org.codehaus.httpcache4j.payload
 
DelegatingInputStream(InputStream) - Constructor for class org.codehaus.httpcache4j.payload.DelegatingInputStream
 

E

equals(Object) - Method in class org.codehaus.httpcache4j.Headers
 
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.Preference
 
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.
ETAG - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
EXPIRES - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 

F

file - Variable in class org.codehaus.httpcache4j.payload.FilePayload
 
FilePayload - Class in org.codehaus.httpcache4j.payload
Payload that accepts a file with mimetype.
FilePayload(File, MIMEType) - Constructor for class org.codehaus.httpcache4j.payload.FilePayload
Constructs a File payload
format() - Method in class org.codehaus.httpcache4j.Tag
Returns tag formatted as an HTTP tag string.
fromHttpDate(Header) - Static method in class org.codehaus.httpcache4j.HeaderUtils
 

G

get(Object) - Method in class org.codehaus.httpcache4j.Headers.HeaderHashMap
 
getAcceptCharset() - Method in class org.codehaus.httpcache4j.preference.Preferences
 
getAcceptLocales() - Method in class org.codehaus.httpcache4j.preference.Preferences
 
getAcceptMIMETypes() - Method in class org.codehaus.httpcache4j.preference.Preferences
 
getAllHeaders() - Method in class org.codehaus.httpcache4j.HTTPRequest
Returns all headers with the headers from the Conditionals, Payload and Preferences.
getAllowedMethods() - Method in class org.codehaus.httpcache4j.HTTPResponse
 
getBasedir() - Static method in class org.codehaus.httpcache4j.util.TestUtil
 
getChallenge() - Method in class org.codehaus.httpcache4j.HTTPRequest
 
getCode() - Method in enum org.codehaus.httpcache4j.Status
 
getConditionals() - Method in class org.codehaus.httpcache4j.HTTPRequest
 
getDescription() - Method in class org.codehaus.httpcache4j.Tag
Returns the description.
getDirectives() - Method in class org.codehaus.httpcache4j.Header
 
getETag() - Method in class org.codehaus.httpcache4j.HTTPResponse
 
getFirstHeader(String) - Method in class org.codehaus.httpcache4j.Headers
 
getFirstHeaderValue(String) - Method in class org.codehaus.httpcache4j.Headers
 
getHeaderAsDate(Header) - Static method in class org.codehaus.httpcache4j.HeaderUtils
 
getHeaders(String) - Method in class org.codehaus.httpcache4j.Headers
 
getHeaders() - Method in class org.codehaus.httpcache4j.HTTPRequest
 
getHeaders() - Method in class org.codehaus.httpcache4j.HTTPResponse
 
getIdentifier() - Method in interface org.codehaus.httpcache4j.Challenge
 
getIdentifier() - Method in class org.codehaus.httpcache4j.UsernamePasswordChallenge
 
getInputStream() - Method in class org.codehaus.httpcache4j.payload.ByteArrayPayload
 
getInputStream() - Method in class org.codehaus.httpcache4j.payload.ClosedInputStreamPayload
 
getInputStream() - Method in class org.codehaus.httpcache4j.payload.FilePayload
 
getInputStream() - Method in class org.codehaus.httpcache4j.payload.InputStreamPayload
 
getInputStream() - Method in interface org.codehaus.httpcache4j.payload.Payload
Returns the input stream of the payload.
getLastModified() - Method in class org.codehaus.httpcache4j.HTTPResponse
 
getMatch() - Method in class org.codehaus.httpcache4j.Conditionals
 
getMaxAge() - Method in class org.codehaus.httpcache4j.CacheControl
 
getMaxStale() - Method in class org.codehaus.httpcache4j.CacheControl
 
getMethod() - Method in interface org.codehaus.httpcache4j.Challenge
 
getMethod() - Method in class org.codehaus.httpcache4j.HTTPRequest
 
getMethod() - Method in class org.codehaus.httpcache4j.UsernamePasswordChallenge
 
getMimeType() - Method in class org.codehaus.httpcache4j.payload.ByteArrayPayload
 
getMimeType() - Method in class org.codehaus.httpcache4j.payload.ClosedInputStreamPayload
 
getMimeType() - Method in class org.codehaus.httpcache4j.payload.FilePayload
 
getMimeType() - Method in class org.codehaus.httpcache4j.payload.InputStreamPayload
 
getMimeType() - Method in interface org.codehaus.httpcache4j.payload.Payload
Return the mime-type of the payload.
getMinFresh() - Method in class org.codehaus.httpcache4j.CacheControl
 
getModifiedSince() - Method in class org.codehaus.httpcache4j.Conditionals
 
getName() - Method in class org.codehaus.httpcache4j.NameValue
 
getName() - Method in enum org.codehaus.httpcache4j.Status
 
getName() - Method in class org.codehaus.httpcache4j.Tag
Returns the name, corresponding to an HTTP opaque tag value.
getNoneMatch() - Method in class org.codehaus.httpcache4j.Conditionals
 
getParameters() - Method in class org.codehaus.httpcache4j.MIMEType
 
getPassword() - Method in class org.codehaus.httpcache4j.UsernamePasswordChallenge
 
getPayload() - Method in class org.codehaus.httpcache4j.HTTPRequest
 
getPayload() - Method in class org.codehaus.httpcache4j.HTTPResponse
 
getPreference() - Method in class org.codehaus.httpcache4j.preference.Preference
 
getPreferences() - Method in class org.codehaus.httpcache4j.HTTPRequest
 
getPrimaryType() - Method in class org.codehaus.httpcache4j.MIMEType
 
getQuality() - Method in class org.codehaus.httpcache4j.preference.Preference
 
getRequestURI() - Method in class org.codehaus.httpcache4j.HTTPRequest
 
getResponseCreator() - Method in class org.codehaus.httpcache4j.resolver.AbstractResponseResolver
 
getStatus() - Method in class org.codehaus.httpcache4j.HTTPResponse
 
getStringValue() - Method in class org.codehaus.httpcache4j.preference.LocalePreference
 
getStringValue() - Method in class org.codehaus.httpcache4j.preference.Preference
 
getSubType() - Method in class org.codehaus.httpcache4j.MIMEType
 
getTestFile(String) - Static method in class org.codehaus.httpcache4j.util.TestUtil
 
getTestFile(String, String) - Static method in class org.codehaus.httpcache4j.util.TestUtil
 
getTestPath(String) - Static method in class org.codehaus.httpcache4j.util.TestUtil
 
getTestPath(String, String) - Static method in class org.codehaus.httpcache4j.util.TestUtil
 
getUnModifiedSince() - Method in class org.codehaus.httpcache4j.Conditionals
 
getValue() - Method in enum org.codehaus.httpcache4j.CacheControl.Directive
 
getValue() - Method in class org.codehaus.httpcache4j.NameValue
 

H

hasCacheableHeaders(Headers) - Static method in class org.codehaus.httpcache4j.HeaderUtils
From http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.4.
hashCode() - Method in class org.codehaus.httpcache4j.Headers
 
hashCode() - Method in class org.codehaus.httpcache4j.HTTPResponse
 
hashCode() - Method in class org.codehaus.httpcache4j.MIMEType
 
hashCode() - Method in class org.codehaus.httpcache4j.NameValue
 
hashCode() - Method in class org.codehaus.httpcache4j.preference.Preference
 
hashCode() - Method in class org.codehaus.httpcache4j.Tag
hasHeader(String) - Method in class org.codehaus.httpcache4j.Headers
 
hasPayload() - Method in class org.codehaus.httpcache4j.HTTPRequest
 
hasPayload() - Method in class org.codehaus.httpcache4j.HTTPResponse
 
Header - Class in org.codehaus.httpcache4j
Represents a HTTP Header.
Header(String, String) - Constructor for class org.codehaus.httpcache4j.Header
 
HeaderConstants - Class in org.codehaus.httpcache4j
 
Headers - Class in org.codehaus.httpcache4j
A collection of headers.
Headers() - Constructor for class org.codehaus.httpcache4j.Headers
 
Headers(Headers) - Constructor for class org.codehaus.httpcache4j.Headers
 
headers(Headers) - Method in class org.codehaus.httpcache4j.HTTPRequest
 
Headers.HeaderHashMap - Class in org.codehaus.httpcache4j
 
Headers.HeaderHashMap() - Constructor for class org.codehaus.httpcache4j.Headers.HeaderHashMap
 
Headers.HeaderHashMap(Headers.HeaderHashMap) - Constructor for class org.codehaus.httpcache4j.Headers.HeaderHashMap
 
HeaderUtils - Class in org.codehaus.httpcache4j
A collection header utilities.
HTTPException - Exception in org.codehaus.httpcache4j
 
HTTPException(Throwable) - Constructor for exception org.codehaus.httpcache4j.HTTPException
 
HTTPException(String) - Constructor for exception org.codehaus.httpcache4j.HTTPException
 
HTTPException(String, Throwable) - Constructor for exception org.codehaus.httpcache4j.HTTPException
 
HTTPMethod - Enum in org.codehaus.httpcache4j
An enum that defines the different HTTP methods.
HTTPRequest - Class in org.codehaus.httpcache4j
Represents a HTTP request.
HTTPRequest(URI, HTTPMethod) - Constructor for class org.codehaus.httpcache4j.HTTPRequest
 
HTTPRequest(HTTPRequest) - Constructor for class org.codehaus.httpcache4j.HTTPRequest
 
HTTPRequest(URI) - Constructor for class org.codehaus.httpcache4j.HTTPRequest
 
HTTPResponse - Class in org.codehaus.httpcache4j
Represents a HTTP response delivered by the cache.
HTTPResponse(Payload, Status, Headers) - Constructor for class org.codehaus.httpcache4j.HTTPResponse
 
HTTPUtil - Class in org.codehaus.httpcache4j
 

I

IF_MATCH - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
IF_MODIFIED_SINCE - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
IF_NON_MATCH - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
IF_UNMODIFIED_SINCE - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
ifModifiedSince(DateTime) - Method in class org.codehaus.httpcache4j.Conditionals
You should use the server's time here.
ifUnModifiedSince(DateTime) - Method in class org.codehaus.httpcache4j.Conditionals
You should use the server's time here.
includes(MIMEType) - Method in class org.codehaus.httpcache4j.MIMEType
 
InputStreamPayload - Class in org.codehaus.httpcache4j.payload
Represents a payload that is backed by a one-shot inputstream.
InputStreamPayload(InputStream, MIMEType) - Constructor for class org.codehaus.httpcache4j.payload.InputStreamPayload
Constructs an Inputstream payload.
isAvailable() - Method in class org.codehaus.httpcache4j.payload.ByteArrayPayload
 
isAvailable() - Method in class org.codehaus.httpcache4j.payload.ClosedInputStreamPayload
 
isAvailable() - Method in class org.codehaus.httpcache4j.payload.FilePayload
 
isAvailable() - Method in class org.codehaus.httpcache4j.payload.InputStreamPayload
 
isAvailable() - Method in interface org.codehaus.httpcache4j.payload.Payload
Returns true if the payload is available, IE.
isBodyContentAllowed() - Method in enum org.codehaus.httpcache4j.Status
 
isCacheableRequest(HTTPRequest) - Static method in class org.codehaus.httpcache4j.HTTPUtil
 
isClientError() - Method in enum org.codehaus.httpcache4j.Status
 
isEmpty() - Method in class org.codehaus.httpcache4j.Headers
 
isPrivate() - Method in class org.codehaus.httpcache4j.CacheControl
 
isServerError() - Method in enum org.codehaus.httpcache4j.Status
 
isTransient() - Method in class org.codehaus.httpcache4j.payload.ByteArrayPayload
 
isTransient() - Method in class org.codehaus.httpcache4j.payload.ClosedInputStreamPayload
 
isTransient() - Method in class org.codehaus.httpcache4j.payload.FilePayload
 
isTransient() - Method in class org.codehaus.httpcache4j.payload.InputStreamPayload
 
isTransient() - Method in interface org.codehaus.httpcache4j.payload.Payload
Returns the transientness of the payload.
isUnconditional() - Method in class org.codehaus.httpcache4j.Conditionals
 
isWeak() - Method in class org.codehaus.httpcache4j.Tag
Indicates if the tag is weak.
iterator() - Method in class org.codehaus.httpcache4j.Headers
 

K

keySet() - Method in class org.codehaus.httpcache4j.Headers
 

L

LAST_MODIFIED - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
LocalePreference - Class in org.codehaus.httpcache4j.preference
Represents a Language preference.
LocalePreference(Locale) - Constructor for class org.codehaus.httpcache4j.preference.LocalePreference
 
LocalePreference(Locale, double) - Constructor for class org.codehaus.httpcache4j.preference.LocalePreference
 
LOCATION - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 

M

mark(int) - Method in class org.codehaus.httpcache4j.payload.DelegatingInputStream
 
markSupported() - Method in class org.codehaus.httpcache4j.payload.DelegatingInputStream
 
MIMEType - Class in org.codehaus.httpcache4j
Media type used in representations and preferences.
MIMEType(String) - Constructor for class org.codehaus.httpcache4j.MIMEType
 
MIMEType(String, String) - Constructor for class org.codehaus.httpcache4j.MIMEType
 

N

name - Variable in class org.codehaus.httpcache4j.NameValue
 
NameValue - Class in org.codehaus.httpcache4j
Represents a name/value pair.
NameValue(String, String) - Constructor for class org.codehaus.httpcache4j.NameValue
 

O

org.codehaus.httpcache4j - package org.codehaus.httpcache4j
 
org.codehaus.httpcache4j.payload - package org.codehaus.httpcache4j.payload
 
org.codehaus.httpcache4j.preference - package org.codehaus.httpcache4j.preference
 
org.codehaus.httpcache4j.resolver - package org.codehaus.httpcache4j.resolver
 
org.codehaus.httpcache4j.util - package org.codehaus.httpcache4j.util
 

P

Parameter - Class in org.codehaus.httpcache4j
Represents a parameter.
Parameter(String, String) - Constructor for class org.codehaus.httpcache4j.Parameter
 
parse(String) - Static method in class org.codehaus.httpcache4j.Tag
Parses a tag formatted as defined by the HTTP standard.
PATTERN_RFC1123 - Static variable in class org.codehaus.httpcache4j.HeaderUtils
 
payload(Payload) - Method in class org.codehaus.httpcache4j.HTTPRequest
 
Payload - Interface in org.codehaus.httpcache4j.payload
Represents a HTTP payload.
PRAGMA - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 
Preference<T> - Class in org.codehaus.httpcache4j.preference
 
Preference(T) - Constructor for class org.codehaus.httpcache4j.preference.Preference
 
Preference(T, double) - Constructor for class org.codehaus.httpcache4j.preference.Preference
 
preferences(Preferences) - Method in class org.codehaus.httpcache4j.HTTPRequest
 
Preferences - Class in org.codehaus.httpcache4j.preference
Collections for preferences.
Preferences() - Constructor for class org.codehaus.httpcache4j.preference.Preferences
 
put(String, List<String>) - Method in class org.codehaus.httpcache4j.Headers.HeaderHashMap
 

R

read() - Method in class org.codehaus.httpcache4j.payload.DelegatingInputStream
 
read(byte[]) - Method in class org.codehaus.httpcache4j.payload.DelegatingInputStream
 
read(byte[], int, int) - Method in class org.codehaus.httpcache4j.payload.DelegatingInputStream
 
remove(String) - Method in class org.codehaus.httpcache4j.Headers
 
reset() - Method in class org.codehaus.httpcache4j.payload.DelegatingInputStream
 
resolve(HTTPRequest) - Method in interface org.codehaus.httpcache4j.resolver.ResponseResolver
Resolves the given request into a response.
ResponseCreator - Class in org.codehaus.httpcache4j.resolver
 
ResponseCreator() - Constructor for class org.codehaus.httpcache4j.resolver.ResponseCreator
 
ResponseResolver - Interface in org.codehaus.httpcache4j.resolver
The basic interface to resolve a response with the originating server.
RETRY_AFTER - Static variable in class org.codehaus.httpcache4j.HeaderConstants
The Retry-After response-header field can be used with a 503 (Service Unavailable) response to indicate how long the service is expected to be unavailable to the requesting client.

S

size() - Method in class org.codehaus.httpcache4j.Headers
 
skip(long) - Method in class org.codehaus.httpcache4j.payload.DelegatingInputStream
 
Status - Enum in org.codehaus.httpcache4j
HTTP Status to return after handling a call.

T

Tag - Class in org.codehaus.httpcache4j
Validation tag equivalent to the HTTP entity tag.
Tag(String, boolean) - Constructor for class org.codehaus.httpcache4j.Tag
Constructor.
Tag(String) - Constructor for class org.codehaus.httpcache4j.Tag
Constructor.
TestUtil - Class in org.codehaus.httpcache4j.util
Copied from PlexusTestCase.
TestUtil() - Constructor for class org.codehaus.httpcache4j.util.TestUtil
 
toHeader() - Method in class org.codehaus.httpcache4j.CacheControl
 
toHeaders() - Method in class org.codehaus.httpcache4j.Conditionals
 
toHeaders() - Method in class org.codehaus.httpcache4j.preference.Preferences
 
toHttpDate(String, DateTime) - Static method in class org.codehaus.httpcache4j.HeaderUtils
 
toString() - Method in class org.codehaus.httpcache4j.Header
 
toString() - Method in class org.codehaus.httpcache4j.Headers
 
toString() - Method in class org.codehaus.httpcache4j.MIMEType
 
toString() - Method in class org.codehaus.httpcache4j.NameValue
 
toString() - Method in class org.codehaus.httpcache4j.preference.Preference
 
toString() - Method in enum org.codehaus.httpcache4j.Status
 
toString() - Method in class org.codehaus.httpcache4j.Tag
 
toString() - Method in class org.codehaus.httpcache4j.UsernamePasswordChallenge
 

U

UsernamePasswordChallenge - Class in org.codehaus.httpcache4j
Represents a Username and password challenge.
UsernamePasswordChallenge(String, char[], ChallengeMethod) - Constructor for class org.codehaus.httpcache4j.UsernamePasswordChallenge
 
UsernamePasswordChallenge(String, String, ChallengeMethod) - Constructor for class org.codehaus.httpcache4j.UsernamePasswordChallenge
 

V

value - Variable in class org.codehaus.httpcache4j.NameValue
 
valueOf(String) - Static method in enum org.codehaus.httpcache4j.CacheControl.Directive
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.codehaus.httpcache4j.CacheControl
 
valueOf(String) - Static method in enum org.codehaus.httpcache4j.ChallengeMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.httpcache4j.HTTPMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.codehaus.httpcache4j.MIMEType
 
valueOf(String, String) - Static method in class org.codehaus.httpcache4j.MIMEType
 
valueOf(String) - Static method in enum org.codehaus.httpcache4j.Status
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.codehaus.httpcache4j.Status
 
values() - Static method in enum org.codehaus.httpcache4j.CacheControl.Directive
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.httpcache4j.ChallengeMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.httpcache4j.HTTPMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.httpcache4j.Status
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 

W

WARNING - Static variable in class org.codehaus.httpcache4j.HeaderConstants
 

A B C D E F G H I K L M N O P R S T U V W

Copyright © 2008-2009. All Rights Reserved.