类 ResponseMessageBrokerProcessor
java.lang.Object
com.alipay.remoting.AbstractLifeCycle
com.alipay.remoting.rpc.protocol.AbstractUserProcessor<ResponseMessage>
com.alipay.remoting.rpc.protocol.AsyncUserProcessor<ResponseMessage>
com.iohao.game.bolt.broker.core.common.AbstractAsyncUserProcessor<ResponseMessage>
com.iohao.game.bolt.broker.server.processor.ResponseMessageBrokerProcessor
- 所有已实现的接口:
com.alipay.remoting.LifeCycle
,com.alipay.remoting.rpc.protocol.UserProcessor<ResponseMessage>
,UserProcessorExecutorAware
,UserProcessorInNettyThreadAware
,BrokerServerAware
public final class ResponseMessageBrokerProcessor
extends AbstractAsyncUserProcessor<ResponseMessage>
implements BrokerServerAware
把逻辑服的响应转发到对外服
- 作者:
- 渔民小镇
- 日期:
- 2022-05-14
-
嵌套类概要
从接口继承的嵌套类/接口 com.alipay.remoting.rpc.protocol.UserProcessor
com.alipay.remoting.rpc.protocol.UserProcessor.ExecutorSelector
-
字段概要
从类继承的字段 com.alipay.remoting.rpc.protocol.AbstractUserProcessor
executorSelector
-
构造器概要
-
方法概要
修饰符和类型方法说明void
handleRequest
(com.alipay.remoting.BizContext bizCtx, com.alipay.remoting.AsyncContext asyncCtx, ResponseMessage responseMessage) interest()
从类继承的方法 com.iohao.game.bolt.broker.core.common.AbstractAsyncUserProcessor
getExecutor, getUserProcessorExecutor, inNettyThreadExecute, processInIOThread, setInNettyThread, setUserProcessorExecutor
从类继承的方法 com.alipay.remoting.rpc.protocol.AsyncUserProcessor
handleRequest
从类继承的方法 com.alipay.remoting.rpc.protocol.AbstractUserProcessor
getBizClassLoader, getExecutorSelector, preHandleRequest, setExecutorSelector, timeoutDiscard
从类继承的方法 com.alipay.remoting.AbstractLifeCycle
ensureStarted, isStarted, shutdown, startup
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 com.iohao.game.bolt.broker.server.aware.BrokerServerAware
setBrokerServer
从接口继承的方法 com.alipay.remoting.LifeCycle
isStarted, shutdown, startup
-
构造器详细资料
-
ResponseMessageBrokerProcessor
public ResponseMessageBrokerProcessor()
-
-
方法详细资料
-
handleRequest
public void handleRequest(com.alipay.remoting.BizContext bizCtx, com.alipay.remoting.AsyncContext asyncCtx, ResponseMessage responseMessage) - 指定者:
handleRequest
在接口中com.alipay.remoting.rpc.protocol.UserProcessor<ResponseMessage>
- 指定者:
handleRequest
在类中com.alipay.remoting.rpc.protocol.AsyncUserProcessor<ResponseMessage>
-
interest
- 指定者:
interest
在接口中com.alipay.remoting.rpc.protocol.UserProcessor<ResponseMessage>
- 指定者:
interest
在类中com.alipay.remoting.rpc.protocol.AsyncUserProcessor<ResponseMessage>
-