Package | Description |
---|---|
play.libs | |
play.libs.ws | |
play.mvc | |
play.server |
Modifier and Type | Method and Description |
---|---|
abstract List<Http.Header> |
WS.HttpResponse.getHeaders() |
Modifier and Type | Method and Description |
---|---|
List<Http.Header> |
WSUrlFetch.HttpUrlfetchResponse.getHeaders() |
List<Http.Header> |
WSAsync.HttpAsyncResponse.getHeaders() |
Modifier and Type | Field and Description |
---|---|
Map<String,Http.Header> |
Http.Request.headers
HTTP Headers
|
Map<String,Http.Header> |
Http.Response.headers
Response headers
|
Modifier and Type | Method and Description |
---|---|
static Http.Request |
Http.Request.createRequest(String _remoteAddress,
String _method,
String _path,
String _querystring,
String _contentType,
InputStream _body,
String _url,
String _host,
boolean _isLoopback,
int _port,
String _domain,
boolean _secure,
Map<String,Http.Header> _headers,
Map<String,Http.Cookie> _cookies)
All creation / initiating of new requests should use this method.
|
Modifier and Type | Method and Description |
---|---|
protected static Map<String,Http.Header> |
PlayHandler.getHeaders(org.jboss.netty.handler.codec.http.HttpRequest nettyRequest) |
protected static Map<String,Http.Header> |
ServletWrapper.getHeaders(HttpServletRequest httpServletRequest) |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly