A B C E F H I L M N O S U V W 

A

ACCEPT_ENCODING - Static variable in interface org.dmfs.httpessentials.headers.HttpHeaders
The accept-encoding header that contains the content-encoding of the response entity.

B

BasicListHeaderType<ValueType> - Class in org.dmfs.httpessentials.headers
Basic header type class for headers that may contain lists of values.
BasicListHeaderType(String, EntityConverter<ValueType>) - Constructor for class org.dmfs.httpessentials.headers.BasicListHeaderType
Creates a HeaderType for the given header name.
BasicSingletonHeaderType<ValueType> - Class in org.dmfs.httpessentials.headers
Basic header type class for headers that don't have list values.
BasicSingletonHeaderType(String, EntityConverter<ValueType>) - Constructor for class org.dmfs.httpessentials.headers.BasicSingletonHeaderType
Creates a HeaderType for the given header name.

C

contains(HeaderType<?>) - Method in class org.dmfs.httpessentials.headers.EmptyHeaders
 
contains(HeaderType<?>) - Method in class org.dmfs.httpessentials.headers.FilteredHeaders
 
contains(HeaderType<?>) - Method in class org.dmfs.httpessentials.headers.SingletonHeaders
 
contains(HeaderType<?>) - Method in class org.dmfs.httpessentials.headers.UpdatedHeaders
 
CONTENT_ENCODING - Static variable in interface org.dmfs.httpessentials.headers.HttpHeaders
The content-encoding header that contains the content encoding of the response entity.
CONTENT_LENGTH - Static variable in interface org.dmfs.httpessentials.headers.HttpHeaders
The content-length header that contains the number of bytes of the response entity.
CONTENT_TYPE - Static variable in interface org.dmfs.httpessentials.headers.HttpHeaders
The content-type header that contains the media-type of the response entity.

E

EmptyHeaders - Class in org.dmfs.httpessentials.headers
Trivial Headers that don't contain any Headers.
EmptyHeaders() - Constructor for class org.dmfs.httpessentials.headers.EmptyHeaders
 
entity(List<ValueType>) - Method in class org.dmfs.httpessentials.headers.BasicListHeaderType
 
entity(ValueType) - Method in class org.dmfs.httpessentials.headers.BasicSingletonHeaderType
 
entityFromString(String) - Method in class org.dmfs.httpessentials.headers.BasicListHeaderType
 
entityFromString(String) - Method in class org.dmfs.httpessentials.headers.BasicSingletonHeaderType
 
equals(Object) - Method in class org.dmfs.httpessentials.headers.BasicListHeaderType
 
equals(Object) - Method in class org.dmfs.httpessentials.headers.BasicSingletonHeaderType
 

F

FilteredHeaders - Class in org.dmfs.httpessentials.headers
A Headers decorator that filters certain HeaderTypes from the given Headers
FilteredHeaders(Headers, HeaderType<?>...) - Constructor for class org.dmfs.httpessentials.headers.FilteredHeaders
Creates a Headers from another Headers which doesn't contain Headers of the given HeaderTypes

H

hashCode() - Method in class org.dmfs.httpessentials.headers.BasicListHeaderType
 
hashCode() - Method in class org.dmfs.httpessentials.headers.BasicSingletonHeaderType
 
header(SingletonHeaderType<T>) - Method in class org.dmfs.httpessentials.headers.EmptyHeaders
 
header(ListHeaderType<T>) - Method in class org.dmfs.httpessentials.headers.EmptyHeaders
 
header(SingletonHeaderType<T>) - Method in class org.dmfs.httpessentials.headers.FilteredHeaders
 
header(ListHeaderType<T>) - Method in class org.dmfs.httpessentials.headers.FilteredHeaders
 
header(SingletonHeaderType<T>) - Method in class org.dmfs.httpessentials.headers.SingletonHeaders
 
header(ListHeaderType<T>) - Method in class org.dmfs.httpessentials.headers.SingletonHeaders
 
header(SingletonHeaderType<T>) - Method in class org.dmfs.httpessentials.headers.UpdatedHeaders
 
header(ListHeaderType<T>) - Method in class org.dmfs.httpessentials.headers.UpdatedHeaders
 
HttpHeaders - Interface in org.dmfs.httpessentials.headers
Defines HeaderTypes for well known standard headers.

I

INSTANCE - Static variable in class org.dmfs.httpessentials.headers.EmptyHeaders
An instance of EmptyHeaders.
iterator() - Method in class org.dmfs.httpessentials.headers.EmptyHeaders
 
iterator() - Method in class org.dmfs.httpessentials.headers.FilteredHeaders
 
iterator() - Method in class org.dmfs.httpessentials.headers.SingletonHeaders
 
iterator() - Method in class org.dmfs.httpessentials.headers.UpdatedHeaders
 

L

LINK - Static variable in interface org.dmfs.httpessentials.headers.HttpHeaders
The Link header that contains links to documents related to the response.
LOCATION - Static variable in interface org.dmfs.httpessentials.headers.HttpHeaders
The location header.

M

merged(Header<List<ValueType>>, Header<List<ValueType>>) - Method in class org.dmfs.httpessentials.headers.BasicListHeaderType
 

N

name() - Method in class org.dmfs.httpessentials.headers.BasicListHeaderType
 
name() - Method in class org.dmfs.httpessentials.headers.BasicSingletonHeaderType
 

O

org.dmfs.httpessentials.headers - package org.dmfs.httpessentials.headers
 

S

SingletonHeaders - Class in org.dmfs.httpessentials.headers
Trivial Headers that contain a single Header only.
SingletonHeaders(Header<?>) - Constructor for class org.dmfs.httpessentials.headers.SingletonHeaders
Creates Headers containing a single Header.

U

UpdatedHeaders - Class in org.dmfs.httpessentials.headers
Headers that add or replace a Header.
UpdatedHeaders(Headers, Header<?>) - Constructor for class org.dmfs.httpessentials.headers.UpdatedHeaders
Create new Headers that update a single header of other Headers.

V

valueFromString(String) - Method in class org.dmfs.httpessentials.headers.BasicListHeaderType
 
valueFromString(String) - Method in class org.dmfs.httpessentials.headers.BasicSingletonHeaderType
 
valueString(List<ValueType>) - Method in class org.dmfs.httpessentials.headers.BasicListHeaderType
 
valueString(ValueType) - Method in class org.dmfs.httpessentials.headers.BasicSingletonHeaderType
 

W

withHeader(Header<T>) - Method in class org.dmfs.httpessentials.headers.EmptyHeaders
 
withHeader(Header<T>) - Method in class org.dmfs.httpessentials.headers.FilteredHeaders
 
withHeader(Header<T>) - Method in class org.dmfs.httpessentials.headers.SingletonHeaders
 
withHeader(Header<T>) - Method in class org.dmfs.httpessentials.headers.UpdatedHeaders
 
withoutHeaderType(HeaderType<T>) - Method in class org.dmfs.httpessentials.headers.EmptyHeaders
 
withoutHeaderType(HeaderType<T>) - Method in class org.dmfs.httpessentials.headers.FilteredHeaders
 
withoutHeaderType(HeaderType<T>) - Method in class org.dmfs.httpessentials.headers.SingletonHeaders
 
withoutHeaderType(HeaderType<T>) - Method in class org.dmfs.httpessentials.headers.UpdatedHeaders
 
A B C E F H I L M N O S U V W