| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc | |
| org.apache.hadoop.hbase.security |
| Modifier and Type | Field and Description |
|---|---|
protected RpcServer.Connection |
RpcServer.Call.connection |
| Modifier and Type | Field and Description |
|---|---|
protected List<RpcServer.Connection> |
RpcServer.connectionList |
| Modifier and Type | Method and Description |
|---|---|
protected RpcServer.Connection |
RpcServer.getConnection(SocketChannel channel,
long time)
Subclasses of HBaseServer can override this to provide their own
Connection implementations.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RpcServer.closeConnection(RpcServer.Connection connection) |
void |
RpcServer.Responder.registerForWrite(RpcServer.Connection c)
Add a connection to the list that want to write,
|
| Constructor and Description |
|---|
SaslDigestCallbackHandler(<any> secretManager,
RpcServer.Connection connection) |