| Package | Description |
|---|---|
| de.androbit.nibbler.http |
| Modifier and Type | Method and Description |
|---|---|
static Header |
Header.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Header[] |
Header.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Header,String> |
RestResponse.getHeaders() |
Map<Header,String> |
DefaultRestResponse.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
RestResponse.getHeader(Header header) |
Optional<String> |
DefaultRestResponse.getHeader(Header header) |
RestResponse |
RestResponse.header(Header header,
String value) |
RestResponse |
DefaultRestResponse.header(Header header,
String value) |
| Constructor and Description |
|---|
DefaultRestResponse(int status,
Map<Header,String> headers,
boolean immediate) |
Copyright © 2014. All rights reserved.