NettyRPCContext
wvlet.airframe.http.netty.NettyRPCContext
class NettyRPCContext(val httpRequest: Request) extends RPCContext
Attributes
- Graph
-
- Supertypes
-
trait RPCContextclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
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
-
RPCContext
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
-
RPCContext
Inherited methods
Attributes
- Inherited from:
- RPCContext
Concrete fields
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
In this article