public class ThriftServerHandler
extends io.netty.channel.ChannelDuplexHandler
| Constructor and Description |
|---|
ThriftServerHandler(ServerMethodInvoker methodInvoker,
io.airlift.units.Duration requestTimeout,
ScheduledExecutorService timeoutExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext context,
Object message) |
bind, close, connect, deregister, disconnect, flush, read, writechannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic ThriftServerHandler(ServerMethodInvoker methodInvoker, io.airlift.units.Duration requestTimeout, ScheduledExecutorService timeoutExecutor)
public void channelRead(io.netty.channel.ChannelHandlerContext context,
Object message)
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2012–2018. All rights reserved.