Package | Description |
---|---|
com.mattunderscore.filter.contentnegotiation.parser |
Package for parsing content negotiation variants.
|
com.mattunderscore.http.headers |
Package for representing HTTP header fields.
|
com.mattunderscore.http.headers.content.type |
Package for handling content type headers.
|
com.mattunderscore.http.headers.encoding |
Package for handling encoding headers.
|
com.mattunderscore.http.headers.language |
Package for handling language headers.
|
Modifier and Type | Class and Description |
---|---|
class |
CrossProduct
Cross product used to combine the quality and quality of source values for a
variant.
|
Constructor and Description |
---|
CrossProduct(Qualified q0,
Qualified q1,
Variant variant) |
Modifier and Type | Method and Description |
---|---|
int |
QualifiedComparator.compare(Qualified t0,
Qualified t1) |
Modifier and Type | Class and Description |
---|---|
class |
QContentType
A parsed accept header field value with a qualification value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEncoding
Interface for Encoding header field.
|
Modifier and Type | Class and Description |
---|---|
class |
QEncoding
A parsed accept encoding header field value with a qualification value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILanguage
Interface for the Language header.
|
Modifier and Type | Class and Description |
---|---|
class |
QLanguage
A parsed accept-language header field value with a qualification value.
|
Copyright © 2016. All Rights Reserved.