| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
class HTTPRequestServlet(val req : HttpServletRequest)
extends
HTTPRequest
def this(req : HttpServletRequest)
|
| authType.. |
lazy val authType
[details]
|
Box[String] | |
| contentType.. |
def contentType
[details]
|
Box[String] | |
| context.. |
def context
[details]
|
HTTPContext | |
| contextPath.. |
def contextPath
[details]
|
String | |
| cookies.. |
lazy val cookies
[details]
|
List[HTTPCookie] | |
| extractFiles.. |
def extractFiles
[details]
|
List[ParamHolder] | |
| headers.. |
lazy val headers
[details]
|
List[HTTPParam] | |
| inputStream.. |
def inputStream
[details]
|
InputStream | |
| locale.. |
def locale
[details]
|
Box[Locale] | |
| method.. |
def method
[details]
|
String | |
| multipartContent_?.. |
def multipartContent_?
[details]
|
Boolean | |
| paramNames.. |
lazy val paramNames
[details]
|
List[String] | |
| params.. |
lazy val params
[details]
|
List[HTTPParam] | |
| queryString.. |
lazy val queryString
[details]
|
Box[String] | |
| remoteAddress.. |
def remoteAddress
[details]
|
String | |
| remoteHost.. |
def remoteHost
[details]
|
String | |
| remotePort.. |
def remotePort
[details]
|
Int | |
| resumeInfo.. |
def resumeInfo
[details]
|
Option[Any] | |
| scheme.. |
def scheme
[details]
|
String | |
| serverName.. |
def serverName
[details]
|
String | |
| serverPort.. |
def serverPort
[details]
|
Int | |
| session.. |
lazy val session
[details]
|
HTTPServletSession | |
| sessionId.. |
def sessionId
[details]
|
Box[String] | |
| snapshot.. |
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_?.. |
def suspendResumeSupport_?
[details]
|
Boolean | |
| uri.. |
def uri
[details]
|
String | |
| url.. |
def url
[details]
|
String | |
| userAgent.. |
lazy val 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] | HTTPRequest |
| headers.. |
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.. |
def param(name : String)
[details]
|
List[String] | |
| resume.. |
def resume(what : Object)
Resume this request
[details]
|
Boolean | |
| setCharacterEncoding.. |
def setCharacterEncoding(encoding : String)
Sets the character encoding that will be used for request body read
[details]
|
Unit | |
| suspend.. |
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 |