| Package | Description |
|---|---|
| com.bradmcevoy.http |
| Modifier and Type | Method and Description |
|---|---|
static Response.Header |
Response.Header.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Response.Header[] |
Response.Header.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractResponse.getResponseHeader(Response.Header header) |
void |
AbstractResponse.setResponseHeader(Response.Header header,
String value) |
Copyright © 2020. All rights reserved.