Uses of Class
org.apache.hadoop.hbase.ipc.NettyServerRpcConnection
Packages that use NettyServerRpcConnection
-
Uses of NettyServerRpcConnection in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as NettyServerRpcConnectionModifier and TypeFieldDescriptionprivate final NettyServerRpcConnectionNettyHBaseSaslRpcServerHandler.connprivate final NettyServerRpcConnectionNettyRpcServerPreambleHandler.conn(package private) final NettyServerRpcConnectionNettyRpcFrameDecoder.connectionprivate final NettyServerRpcConnectionNettyRpcServerRequestDecoder.connectionMethods in org.apache.hadoop.hbase.ipc that return NettyServerRpcConnectionModifier and TypeMethodDescriptionprotected NettyServerRpcConnectionNettyRpcServer.createNettyServerRpcConnection(org.apache.hbase.thirdparty.io.netty.channel.Channel channel) Methods in org.apache.hadoop.hbase.ipc with parameters of type NettyServerRpcConnectionModifier and TypeMethodDescriptionprivate voidNettyRpcServer.initSSL(org.apache.hbase.thirdparty.io.netty.channel.ChannelPipeline p, NettyServerRpcConnection conn, boolean supportPlaintext) (package private) static voidNettyRpcServer.sslHandshakeCompleteHandler(NettyServerRpcConnection conn, org.apache.hbase.thirdparty.io.netty.handler.ssl.SslHandler sslHandler, SocketAddress remoteAddress) Constructors in org.apache.hadoop.hbase.ipc with parameters of type NettyServerRpcConnectionModifierConstructorDescription(package private)NettyHBaseSaslRpcServerHandler(NettyRpcServer rpcServer, NettyServerRpcConnection conn) NettyRpcFrameDecoder(int maxFrameLength, NettyServerRpcConnection connection) NettyRpcServerPreambleHandler(NettyRpcServer rpcServer, NettyServerRpcConnection conn) NettyRpcServerRequestDecoder(MetricsHBaseServer metrics, NettyServerRpcConnection connection) (package private)NettyServerCall(int id, org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, NettyServerRpcConnection connection, long size, InetAddress remoteAddress, long receiveTime, int timeout, ByteBuffAllocator bbAllocator, CellBlockBuilder cellBlockBuilder, RpcServer.CallCleanup reqCleanup)