public static class Http.RequestImpl
extends play.core.j.RequestImpl
Constructor and Description |
---|
RequestImpl(play.api.mvc.Request<Http.RequestBody> request)
Constructor with a requestbody.
|
RequestImpl(play.api.mvc.RequestHeader header)
Constructor only based on a header.
|
_underlyingRequest, addAttr, asScala, attrs, body, hasBody, username, withAttrs, withBody, withUsername
_underlyingHeader, acceptedTypes, acceptLanguages, accepts, charset, clientCertificateChain, contentType, cookie, cookies, getHeader, getQueryString, hasHeader, headers, host, method, path, queryString, remoteAddress, secure, tags, toString, uri, version, withTag
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
_underlyingHeader, acceptedTypes, acceptLanguages, accepts, charset, clientCertificateChain, contentType, cookie, cookies, getHeader, getQueryString, hasHeader, headers, host, method, path, queryString, remoteAddress, secure, tags, uri, version
public RequestImpl(play.api.mvc.RequestHeader header)
header
- the header from a requestpublic RequestImpl(play.api.mvc.Request<Http.RequestBody> request)
request
- the body of the request