Uses of Class
play.mvc.Http.Header

Packages that use Http.Header
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
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
 java.util.List<Http.Header> WSUrlFetch.HttpUrlfetchResponse.getHeaders()
           
 java.util.List<Http.Header> WSAsync.HttpAsyncResponse.getHeaders()
           
 

Uses of Http.Header in play.mvc
 

Fields in play.mvc with type parameters of type Http.Header
 java.util.Map<java.lang.String,Http.Header> Http.Request.headers
          HTTP Headers
 java.util.Map<java.lang.String,Http.Header> Http.Response.headers
          Response headers
 

Method parameters in play.mvc with type arguments of type Http.Header
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 / initing 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
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(HttpServletRequest httpServletRequest)
           
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly