@InterfaceAudience.Private
public class NettyRpcServerChannelWritabilityHandler
extends org.apache.hbase.thirdparty.io.netty.channel.ChannelDuplexHandler
| Modifier and Type | Method and Description |
|---|---|
void |
channelWritabilityChanged(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) |
void |
write(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx,
Object msg,
org.apache.hbase.thirdparty.io.netty.channel.ChannelPromise promise) |
bind, close, connect, deregister, disconnect, flush, readchannelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic void write(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx,
Object msg,
org.apache.hbase.thirdparty.io.netty.channel.ChannelPromise promise)
throws Exception
write in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerwrite in class org.apache.hbase.thirdparty.io.netty.channel.ChannelDuplexHandlerExceptionpublic void channelWritabilityChanged(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelWritabilityChanged in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelInboundHandlerchannelWritabilityChanged in class org.apache.hbase.thirdparty.io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.