| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
trait HTTPRequest
extends
ScalaObject
| authType.. |
abstract def authType
[details]
|
Box[String] | |
| contentType.. |
abstract def contentType
[details]
|
Box[String] | |
| context.. |
abstract def context
[details]
|
HTTPContext | |
| contextPath.. |
abstract def contextPath
[details]
|
String | |
| cookies.. |
abstract def cookies
[details]
|
List[HTTPCookie] | |
| extractFiles.. |
abstract def extractFiles
[details]
|
List[ParamHolder] | |
| headers.. |
abstract def headers
[details]
|
List[HTTPParam] | |
| inputStream.. |
abstract def inputStream
[details]
|
InputStream | |
| locale.. |
abstract def locale
[details]
|
Box[Locale] | |
| method.. |
abstract def method
[details]
|
String | |
| multipartContent_?.. |
abstract def multipartContent_?
[details]
|
Boolean | |
| paramNames.. |
abstract def paramNames
[details]
|
List[String] | |
| params.. |
abstract def params
[details]
|
List[HTTPParam] | |
| queryString.. |
abstract def queryString
[details]
|
Box[String] | |
| remoteAddress.. |
abstract def remoteAddress
[details]
|
String | |
| remoteHost.. |
abstract def remoteHost
[details]
|
String | |
| remotePort.. |
abstract def remotePort
[details]
|
Int | |
| resumeInfo.. |
abstract def resumeInfo
[details]
|
Option[Any] | |
| scheme.. |
abstract def scheme
[details]
|
String | |
| serverName.. |
abstract def serverName
[details]
|
String | |
| serverPort.. |
abstract def serverPort
[details]
|
Int | |
| session.. |
abstract def session
[details]
|
HTTPSession | |
| sessionId.. |
abstract def sessionId
[details]
|
Box[String] | |
| snapshot.. |
abstract def snapshot
Creates a new HTTPRequest instance as a copy of this one
[details]
It is used when
snapshots of the current request context is created in order for this request object
to be used on different threads (such as asynchronous template fragments processing).
The new instance must not keep any reference to the container' instances.
|
HTTPRequest | |
| suspendResumeSupport_?.. |
abstract def suspendResumeSupport_?
[details]
|
Boolean | |
| uri.. |
abstract def uri
[details]
|
String | |
| url.. |
abstract def url
[details]
|
String | |
| userAgent.. |
abstract def userAgent
The User-Agent of the request
|
Box[String] |
| !=.. |
final def !=(arg0 : Any)
|
Boolean | Any |
| !=.. |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| ==.. |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| ==.. |
final def ==(arg0 : Any)
|
Boolean | Any |
| asInstanceOf.. |
final def asInstanceOf[T0]
|
T0 | Any |
| clone.. |
protected def clone
|
Object | AnyRef |
| eq.. |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals.. |
def equals(arg0 : Any)
|
Boolean | AnyRef |
| finalize.. |
protected def finalize
|
Unit | AnyRef |
| getClass.. |
final def getClass
|
Class[Any] | AnyRef |
| hashCode.. |
def hashCode
|
Int | AnyRef |
| header.. |
def header(name : String)
Return the header value by the given name
[details]
|
Box[String] | |
| headers.. |
abstract def headers(name : String)
Return the header values by the given name
[details]
|
List[String] | |
| isInstanceOf.. |
final def isInstanceOf[T0]
|
Boolean | Any |
| ne.. |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notify.. |
final def notify
|
Unit | AnyRef |
| notifyAll.. |
final def notifyAll
|
Unit | AnyRef |
| param.. |
abstract def param(name : String)
[details]
|
List[String] | |
| resume.. |
abstract def resume(what : Object)
Resume this request
[details]
|
Boolean | |
| setCharacterEncoding.. |
abstract def setCharacterEncoding(encoding : String)
Sets the character encoding that will be used for request body read
[details]
|
Unit | |
| suspend.. |
abstract def suspend(timeout : Long)
Suspend the curent request and resume it after a given timeout
|
Value | |
| synchronized.. |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| toString.. |
def toString
|
String | AnyRef |
| wait.. |
final def wait
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |