LocalRPCContext

wvlet.airframe.http.internal.LocalRPCContext$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def attach(newContext: RPCContext): RPCContext

Attach a new RPC context and return the previous context

Attach a new RPC context and return the previous context

Attributes

def detach(previousContext: RPCContext): Unit