A C E F H I M N P S T V 

A

AcceptAllMediaRange - Class in net.sourceforge.pah
The media range represented by "*/*", as specifed in RFC 2616.
acceptAllMediaRanges() - Method in class net.sourceforge.pah.AcceptHeader
 
AcceptHeader - Class in net.sourceforge.pah
An HTTP Accept Header, as specified in RFC 2616.
AcceptHeader(Iterable<String>) - Constructor for class net.sourceforge.pah.AcceptHeader
Constructs an AcceptHeader representing the normalised form of the given RFC 2616 accept header Strings.
AcceptHeader(String) - Constructor for class net.sourceforge.pah.AcceptHeader
Constructs an AcceptHeader representing the given RFC 2616 accept header String.
accepts(MediaType) - Method in class net.sourceforge.pah.AcceptHeader
 
asString() - Method in class net.sourceforge.pah.MediaType
Formats the media type as it should appear in an HTTP Content-Type header.
asString() - Method in class net.sourceforge.pah.ParameterName
The string representation of this parameter name as it would appear in a MIME type.
asString() - Method in class net.sourceforge.pah.ParameterValue
The string representation of this parameter value as it would appear in a MIME type.
asString() - Method in class net.sourceforge.pah.SubType
The string representation of this subtype as it would appear in a MIME type.
asString() - Method in class net.sourceforge.pah.Type
The string representation of this type as it would appear in a MIME type.

C

compare(MediaType, MediaType) - Method in class net.sourceforge.pah.AcceptHeader
 

E

equals(Object) - Method in class net.sourceforge.pah.MediaType
 

F

FullySpecifiedMediaRange - Class in net.sourceforge.pah
A media range with a given type, subtype, and set of parameters, as specifed in RFC 2616.
fullySpecifiedMediaRanges() - Method in class net.sourceforge.pah.AcceptHeader
 

H

hashCode() - Method in class net.sourceforge.pah.MediaType
 

I

iterator() - Method in class net.sourceforge.pah.Parameters
 

M

MalformedAcceptHeaderException - Exception in net.sourceforge.pah
Thrown to indicate an accept header couldn't be parsed because it doesn't conform to RFC 2616 - Accept.
mediaType() - Method in class net.sourceforge.pah.FullySpecifiedMediaRange
The specific MediaType this range accepts.
mediaType(String, String) - Static method in class net.sourceforge.pah.MediaType
Factory method for generating a media type with the given top-level type and subtype, and no parameters.
mediaType(Type, SubType, Iterable<Parameter>) - Static method in class net.sourceforge.pah.MediaType
Factory method for generating a media type with the given top-level type, subtype, and parameters.
mediaType(Type, SubType, Parameter...) - Static method in class net.sourceforge.pah.MediaType
Factory method for generating a media type with the given top-level type, subtype, and parameters.
mediaType(Type, SubType, Parameters) - Static method in class net.sourceforge.pah.MediaType
Factory method for generating a media type with the given top-level type, subtype, and parameters.
MediaType - Class in net.sourceforge.pah
A MIME media type, as defined in RFC 2046.

N

name() - Method in class net.sourceforge.pah.Parameter
The name of this parameter.
net.sourceforge.pah - package net.sourceforge.pah
 
NO_PARAMETERS - Static variable in class net.sourceforge.pah.Parameters
An empty collection of parameters.

P

parameter(String, String) - Static method in class net.sourceforge.pah.Parameter
Factory method for generating a parameter from the given name and value Strings.
parameter(ParameterName, ParameterValue) - Static method in class net.sourceforge.pah.Parameter
Factory method for generating a parameter from the given ParameterName and ParameterValue.
Parameter - Class in net.sourceforge.pah
A MIME type parameter, as defined in RFC 2046.
parameterName(String) - Static method in class net.sourceforge.pah.ParameterName
Factory method for generating a parameter name from the given String.
ParameterName - Class in net.sourceforge.pah
The name of a MIME type parameter, as defined in RFC 2046.
parameters() - Method in class net.sourceforge.pah.MediaType
The parameters of this media type.
parameters(Iterable<Parameter>) - Static method in class net.sourceforge.pah.Parameters
Factory method for generating a Parameters from the given Iterable of Parameters.
Parameters - Class in net.sourceforge.pah
A collection of Parameters.
parameterValue(String) - Static method in class net.sourceforge.pah.ParameterValue
Factory method for generating a parameter value from the given String.
ParameterValue - Class in net.sourceforge.pah
The value of a MIME type parameter, as defined in RFC 2046.

S

sortedByAcceptHeaderPreference(Iterable<String>, Iterable<MediaType>) - Static method in class net.sourceforge.pah.AcceptHeader
Determines which of the given MediaTypes satisfy the given accept header Strings, and the order of preference defined by those Strings.
sortedByAcceptHeaderPreference(String, Iterable<MediaType>) - Static method in class net.sourceforge.pah.AcceptHeader
Determines which of the given MediaTypes satisfy the given accept header String, and the order of preference defined by that String.
subType() - Method in class net.sourceforge.pah.MediaType
The subtype of this media type.
subType() - Method in class net.sourceforge.pah.TypeAndSubtypeWithAnyParametersMediaRange
The specific subtype this media range accepts.
subType(String) - Static method in class net.sourceforge.pah.SubType
Factory method for generating a MIME sub type from the given String.
SubType - Class in net.sourceforge.pah
A MIME sub type, as defined in RFC 2046.

T

toString() - Method in class net.sourceforge.pah.MediaType
 
toString() - Method in class net.sourceforge.pah.Parameter
 
toString() - Method in class net.sourceforge.pah.Parameters
 
type() - Method in class net.sourceforge.pah.MediaType
The (top level) type of this media type.
type() - Method in class net.sourceforge.pah.TypeAndSubtypeWithAnyParametersMediaRange
The specific type this media range accepts.
type() - Method in class net.sourceforge.pah.TypeWithAnySubtypeMediaRange
The specific type this media range accepts.
type(String) - Static method in class net.sourceforge.pah.Type
Factory method for generating a MIME top-level type from the given String.
Type - Class in net.sourceforge.pah
A MIME top-level type, as defined in RFC 2046.
TypeAndSubtypeWithAnyParametersMediaRange - Class in net.sourceforge.pah
A media range with a given type, subtype, but that gives no indication of acceptable parameters, as specified in RFC 2616.
typeAndSubtypeWithAnyParametersMediaRanges() - Method in class net.sourceforge.pah.AcceptHeader
 
TypeWithAnySubtypeMediaRange - Class in net.sourceforge.pah
A media range with a given type, that accepts any subtype and parameters, as specified in RFC 2616.
typeWithAnySubtypeMediaRanges() - Method in class net.sourceforge.pah.AcceptHeader
 

V

value() - Method in class net.sourceforge.pah.Parameter
The value of this parameter.
A C E F H I M N P S T V 
Skip navigation links