| Package | Description |
|---|---|
| org.cruxframework.crux.core.server.rest.core | |
| org.cruxframework.crux.core.server.rest.spi | |
| org.cruxframework.crux.core.server.rest.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Headers<V> |
class |
MultivaluedMapImpl<K,V> |
| Modifier and Type | Method and Description |
|---|---|
MultivaluedMap<String,String> |
HttpHeaders.getRequestHeaders() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultivaluedMapImpl.equalsIgnoreValueOrder(MultivaluedMap<K,V> omap) |
boolean |
MultivaluedMap.equalsIgnoreValueOrder(MultivaluedMap<K,V> otherMap)
Compare the specified map with this map for equality modulo the order
of values for each key.
|
void |
HttpHeaders.setRequestHeaders(MultivaluedMap<String,String> requestHeaders) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServletResponseHeaders |
| Modifier and Type | Field and Description |
|---|---|
protected MultivaluedMap<String,String> |
HttpRequest.decodedFormParameters |
protected MultivaluedMap<String,String> |
HttpRequest.formParameters |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpServletResponseHeaders.equalsIgnoreValueOrder(MultivaluedMap<String,Object> otherMap) |
static List<MediaType> |
HttpUtil.extractAccepts(MultivaluedMap<String,String> requestHeaders) |
static List<String> |
HttpUtil.extractLanguages(MultivaluedMap<String,String> requestHeaders) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInsensitiveMap<V> |
| Modifier and Type | Method and Description |
|---|---|
static MultivaluedMap<String,String> |
Encode.decode(MultivaluedMap<String,String> map)
decode an encoded map
|
static MultivaluedMap<String,String> |
Encode.encode(MultivaluedMap<String,String> map) |
| Modifier and Type | Method and Description |
|---|---|
static MultivaluedMap<String,String> |
Encode.decode(MultivaluedMap<String,String> map)
decode an encoded map
|
static MultivaluedMap<String,String> |
Encode.encode(MultivaluedMap<String,String> map) |
boolean |
CaseInsensitiveMap.equalsIgnoreValueOrder(MultivaluedMap<String,V> omap) |
Copyright © 2016. All rights reserved.