Uses of Class
play.mvc.Http.Header
-
Packages that use Http.Header Package Description play.libs play.libs.ws play.mvc play.server -
-
Uses of Http.Header in play.libs
Methods in play.libs that return types with arguments of type Http.Header Modifier and Type Method Description abstract java.util.List<Http.Header>
WS.HttpResponse. getHeaders()
-
Uses of Http.Header in play.libs.ws
Methods in play.libs.ws that return types with arguments of type Http.Header Modifier and Type Method Description java.util.List<Http.Header>
WSAsync.HttpAsyncResponse. getHeaders()
java.util.List<Http.Header>
WSUrlFetch.HttpUrlfetchResponse. getHeaders()
-
Uses of Http.Header in play.mvc
Fields in play.mvc with type parameters of type Http.Header Modifier and Type Field Description java.util.Map<java.lang.String,Http.Header>
Http.Request. headers
HTTP Headersjava.util.Map<java.lang.String,Http.Header>
Http.Response. headers
Response headersMethod parameters in play.mvc with type arguments of type Http.Header Modifier and Type Method Description static Http.Request
Http.Request. createRequest(java.lang.String _remoteAddress, java.lang.String _method, java.lang.String _path, java.lang.String _querystring, java.lang.String _contentType, java.io.InputStream _body, java.lang.String _url, java.lang.String _host, boolean _isLoopback, int _port, java.lang.String _domain, boolean _secure, java.util.Map<java.lang.String,Http.Header> _headers, java.util.Map<java.lang.String,Http.Cookie> _cookies)
All creation / initiating of new requests should use this method. -
Uses of Http.Header in play.server
Methods in play.server that return types with arguments of type Http.Header Modifier and Type Method Description protected static java.util.Map<java.lang.String,Http.Header>
PlayHandler. getHeaders(org.jboss.netty.handler.codec.http.HttpRequest nettyRequest)
protected static java.util.Map<java.lang.String,Http.Header>
ServletWrapper. getHeaders(javax.servlet.http.HttpServletRequest httpServletRequest)
-