Package | Description |
---|---|
play.mvc | |
play.server |
Modifier and Type | Field and Description |
---|---|
Map<String,Http.Cookie> |
Http.Request.cookies
HTTP Cookies
|
Map<String,Http.Cookie> |
Http.Response.cookies
Response cookies
|
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.Cookie> |
PlayHandler.getCookies(org.jboss.netty.handler.codec.http.HttpRequest nettyRequest) |
protected static Map<String,Http.Cookie> |
ServletWrapper.getCookies(HttpServletRequest httpServletRequest) |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly