RxContext

wvlet.airframe.http.RxContext
trait RxContext

RxContext is a service interface for processing request and returning Rx[Response].

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def apply(request: Request): Rx[Response]

Attributes

Concrete methods

def getThreadLocal[A](key: String): Option[A]

Get a thread-local parameter

Get a thread-local parameter

Attributes

def setThreadLocal[A](key: String, value: A): Unit

Set a thread-local parameter

Set a thread-local parameter

Attributes