Instance Constructors
-
new
Post
(builder: () ⇒ tAsyncRequestContext)
Abstract Value Members
-
val
context
: Option[tAsyncRequestContext]
-
def
go
: Boolean
-
def
suspended
: Boolean
-
def
timeout
(ms: Long): Boolean
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
Accepted
(body: String): Boolean
-
def
BadRequest
(body: String): Boolean
-
def
Conflict
(body: String): Boolean
-
def
Created
(body: String): Boolean
-
def
Error
(body: String): Boolean
-
def
Forbidden
(body: String): Boolean
-
def
NotAllowed
(body: String): Boolean
-
def
NotFound
(body: String): Boolean
-
def
NotImplemented
(body: String): Boolean
-
def
NotModified
(body: String): Boolean
-
def
OK
(body: String, headers: Headers): Boolean
-
def
OK
(body: String): Boolean
-
def
Timeout
(body: String): Boolean
-
def
Unauthorized
(body: String): Boolean
-
def
Unavailable
(body: String, retry: Int): Boolean
-
def
UnsupportedMediaType
(body: String): Boolean
-
def
asInstanceOf
[T0]
: T0
-
val
builder
: () ⇒ tAsyncRequestContext
-
def
clone
(): AnyRef
-
def
complete
(t: Throwable): Unit
-
def
complete
(status: Int, body: String, headers: Headers): Boolean
-
def
complete
(status: Int, body: String): Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
getHeaderOrElse
(name: String, default: Function[Any, String]): String
-
def
getParameterOrElse
(name: String, default: Function[Any, String]): String
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
rawComplete
(completion: (HttpServletResponse) ⇒ Unit): Boolean
-
def
request
: HttpServletRequest
-
def
response
: HttpServletResponse
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any