EmptyRPCContext

wvlet.airframe.http.EmptyRPCContext
object EmptyRPCContext extends RPCContext

An empty RPCContext

Attributes

Graph
Supertypes
trait RPCContext
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Get a thread-local variable that is available only within the request scope.

Get a thread-local variable that is available only within the request scope.

Attributes

Definition Classes
override def httpRequest: Request

Return the original http request RPC server received. This request may not contain the full ruquest body for the performance reason.

Return the original http request RPC server received. This request may not contain the full ruquest body for the performance reason.

Attributes

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

Set a thread-local variable that is available only within the request scope.

Set a thread-local variable that is available only within the request scope.

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
RPCContext