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, getHeaders, getQueryString, host, method, path, queryString, remoteAddress, secure, tags, toString, uri, version, withTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait_underlyingHeader, acceptedTypes, acceptLanguages, accepts, charset, clientCertificateChain, contentType, cookie, cookies, getHeader, getHeaders, getQueryString, hasHeader, header, headers, host, method, path, queryString, remoteAddress, secure, tags, uri, versionpublic 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