public abstract class RemotingServerChannelHandler extends SimpleChannelHandler
| Constructor and Description |
|---|
RemotingServerChannelHandler() |
RemotingServerChannelHandler(LoggerFactory loggerFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(ChannelContext context) |
abstract MethodReturn |
onMethodCall(MethodCall methodCall,
MethodCallContext callContext) |
void |
setLoggerFactory(LoggerFactory loggerFactory) |
void |
setSerializationFactory(SerializationFactory serializationFactory) |
void |
setThreadPool(ExecutorService threadPool) |
onClosed, onConnect, onErrorprotected Logger logger
public RemotingServerChannelHandler()
public RemotingServerChannelHandler(LoggerFactory loggerFactory)
public void setThreadPool(ExecutorService threadPool)
public void setLoggerFactory(LoggerFactory loggerFactory)
public void setSerializationFactory(SerializationFactory serializationFactory)
public abstract MethodReturn onMethodCall(MethodCall methodCall, MethodCallContext callContext) throws Throwable
Throwablepublic final void onMessage(ChannelContext context) throws ChannelException, NotSupportedException
Copyright © 2021. All rights reserved.