public static class Http.RequestImpl
extends play.core.j.RequestImpl
Constructor and Description |
---|
RequestImpl(play.api.mvc.Request<Http.RequestBody> request)
Constructor with a
Http.RequestBody . |
RequestImpl(play.api.mvc.RequestHeader header)
Deprecated.
Since 2.7.0. Use
#RequestImpl(play.api.mvc.Request) instead. |
addAttr, asScala, attrs, body, clearTransientLang, hasBody, removeAttr, withAttrs, withBody, withTransientLang, withTransientLang, withTransientLang
acceptedTypes, acceptLanguages, accepts, charset, clientCertificateChain, contentType, cookie, cookies, getHeaders, getQueryString, host, method, path, queryString, remoteAddress, secure, toString, uri, version
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
acceptedTypes, acceptLanguages, accepts, charset, clientCertificateChain, contentType, cookie, cookies, flash, getHeaders, getQueryString, hasHeader, header, host, id, method, path, queryString, remoteAddress, secure, session, transientLang, uri, version
@Deprecated public RequestImpl(play.api.mvc.RequestHeader header)
#RequestImpl(play.api.mvc.Request)
instead.header
- the header from a requestpublic RequestImpl(play.api.mvc.Request<Http.RequestBody> request)
Http.RequestBody
.request
- the body of the request