| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ContentType |
A
ContentType represents a MediaType and its according
TopLevelType with additional (optional) suffixed parameters (as of
the according HTTP Header-Fields). |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ContentTypeImpl |
Implementation of the
ContentType interface. |
class |
MediaType |
The
MediaType is the Media-Sub-Type part of a HTTP Media-Type. |
| Modifier and Type | Method | Description |
|---|---|---|
default List<ContentType> |
HeaderFields.putAcceptTypes(HttpMediaType... aHttpMediaType) |
Sets the Accept request-Header-Field
HeaderField.ACCEPT. |
default ContentType |
HeaderFields.putContentType(HttpMediaType aHttpMediaType) |
Sets the Content-Type entity-Header-Field
HeaderField.CONTENT_TYPE. |
default B |
HeaderFields.withAcceptTypes(HttpMediaType... aHttpMediaType) |
Sets the Accept request-Header-Field
HeaderField.ACCEPT. |
default B |
HeaderFields.withContentType(HttpMediaType aHttpMediaType) |
Sets the Content-Type entity-Header-Field
HeaderField.CONTENT_TYPE. |
| Modifier and Type | Method | Description |
|---|---|---|
default List<ContentType> |
HeaderFields.putAcceptTypes(List<? extends HttpMediaType> aHttpMediaTypes) |
Sets the Accept request-Header-Field
HeaderField.ACCEPT. |
default B |
HeaderFields.withAcceptTypes(List<? extends HttpMediaType> aHttpMediaType) |
Sets the Accept request-Header-Field
HeaderField.ACCEPT. |
Copyright © 2018. All rights reserved.