Class ServerRpcConnection

java.lang.Object
org.apache.hadoop.hbase.ipc.ServerRpcConnection
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
NettyServerRpcConnection, SimpleServerRpcConnection

@Private abstract class ServerRpcConnection extends Object implements Closeable
Reads calls from a connection and queues them for handling.