object CurrentHTTPReqResp extends ThreadGlobal[(HTTPRequest, HTTPResponse)]
A ThreadGlobal containing the low-level HTTPRequest and HTTPResponse instances Set very, very early.
- Alphabetic
- By Inheritance
- CurrentHTTPReqResp
- ThreadGlobal
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(v: (HTTPRequest, HTTPResponse)): ThreadGlobal[(HTTPRequest, HTTPResponse)]
Alias for
set(v: T)
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
box: Box[(HTTPRequest, HTTPResponse)]
Returns a Box containing the value of this ThreadGlobal in a null-safe fashion.
Returns a Box containing the value of this ThreadGlobal in a null-safe fashion.
- Definition Classes
- ThreadGlobal
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
doWith[R](x: (HTTPRequest, HTTPResponse))(f: ⇒ R): R
Sets this ThreadGlobal's contents to the specified value, executes the specified function, and then restores the ThreadGlobal to its earlier value.
Sets this ThreadGlobal's contents to the specified value, executes the specified function, and then restores the ThreadGlobal to its earlier value. This effectively creates a scope within the execution of the current thread for the execution of the specified function.
- x
the value to temporarily set in this ThreadGlobal
- f
the function to execute
- Definition Classes
- ThreadGlobal
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
set(v: (HTTPRequest, HTTPResponse)): ThreadGlobal[(HTTPRequest, HTTPResponse)]
Sets the value of this ThreadGlobal.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
value: (HTTPRequest, HTTPResponse)
Returns the current value of this variable.
Returns the current value of this variable.
- Definition Classes
- ThreadGlobal
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )