| Package | Description |
|---|---|
| javax.ws.rs.client | |
| javax.ws.rs.container | |
| javax.ws.rs.core | |
| javax.ws.rs.ext |
| Modifier and Type | Method and Description |
|---|---|
MultivaluedMap<String,String> |
ClientResponseContext.getHeaders() |
MultivaluedMap<String,Object> |
ClientRequestContext.getHeaders() |
MultivaluedMap<String,String> |
ClientRequestContext.getStringHeaders() |
| Modifier and Type | Method and Description |
|---|---|
static Entity<Form> |
Entity.form(MultivaluedMap<String,String> formData) |
Invocation.Builder |
Invocation.Builder.headers(MultivaluedMap<String,Object> headers) |
| Modifier and Type | Method and Description |
|---|---|
MultivaluedMap<String,Object> |
ContainerResponseContext.getHeaders() |
MultivaluedMap<String,String> |
ContainerRequestContext.getHeaders() |
MultivaluedMap<String,String> |
ContainerResponseContext.getStringHeaders() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultivaluedMap<K,V> |
class |
MultivaluedHashMap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
MultivaluedMap<String,String> |
Form.asMap() |
MultivaluedMap<String,Object> |
Response.getHeaders() |
MultivaluedMap<String,String> |
PathSegment.getMatrixParameters() |
abstract MultivaluedMap<String,Object> |
Response.getMetadata() |
MultivaluedMap<String,String> |
UriInfo.getPathParameters() |
MultivaluedMap<String,String> |
UriInfo.getPathParameters(boolean decode) |
MultivaluedMap<String,String> |
UriInfo.getQueryParameters() |
MultivaluedMap<String,String> |
UriInfo.getQueryParameters(boolean decode) |
MultivaluedMap<String,String> |
HttpHeaders.getRequestHeaders() |
abstract MultivaluedMap<String,String> |
Response.getStringHeaders() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultivaluedMap.equalsIgnoreValueOrder(MultivaluedMap<K,V> otherMap) |
boolean |
AbstractMultivaluedMap.equalsIgnoreValueOrder(MultivaluedMap<K,V> omap) |
abstract Response.ResponseBuilder |
Response.ResponseBuilder.replaceAll(MultivaluedMap<String,Object> headers) |
| Constructor and Description |
|---|
Form(MultivaluedMap<String,String> store) |
MultivaluedHashMap(MultivaluedMap<? extends K,? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
MultivaluedMap<String,Object> |
WriterInterceptorContext.getHeaders() |
MultivaluedMap<String,String> |
ReaderInterceptorContext.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
T |
MessageBodyReader.readFrom(Class<T> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
void |
MessageBodyWriter.writeTo(T t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.