|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BizContext | |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.rpc.protocol | |
| Uses of BizContext in com.alipay.remoting |
|---|
| Classes in com.alipay.remoting that implement BizContext | |
|---|---|
class |
DefaultBizContext
default biz context |
| Uses of BizContext in com.alipay.remoting.rpc.protocol |
|---|
| Methods in com.alipay.remoting.rpc.protocol that return BizContext | |
|---|---|
BizContext |
UserProcessor.preHandleRequest(RemotingContext remotingCtx,
T request)
Pre handle request, to avoid expose RemotingContext directly to biz handle request logic. |
BizContext |
AbstractUserProcessor.preHandleRequest(RemotingContext remotingCtx,
T request)
Provide a default - DefaultBizContext implementation of BizContext. |
| Methods in com.alipay.remoting.rpc.protocol with parameters of type BizContext | |
|---|---|
void |
SyncUserProcessor.handleRequest(BizContext bizCtx,
AsyncContext asyncCtx,
T request)
unsupported here! |
void |
UserProcessor.handleRequest(BizContext bizCtx,
AsyncContext asyncCtx,
T request)
Handle request with AsyncContext. |
abstract void |
AsyncUserProcessor.handleRequest(BizContext bizCtx,
AsyncContext asyncCtx,
T request)
|
abstract Object |
SyncUserProcessor.handleRequest(BizContext bizCtx,
T request)
|
Object |
UserProcessor.handleRequest(BizContext bizCtx,
T request)
Handle request in sync way. |
Object |
AsyncUserProcessor.handleRequest(BizContext bizCtx,
T request)
unsupported here! |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||