Uses of Class
org.apache.hadoop.hbase.ipc.RpcServer.Connection

Packages that use RpcServer.Connection
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.security   
 

Uses of RpcServer.Connection in org.apache.hadoop.hbase.ipc
 

Fields in org.apache.hadoop.hbase.ipc with type parameters of type RpcServer.Connection
protected  List<RpcServer.Connection> RpcServer.connectionList
           
 

Methods in org.apache.hadoop.hbase.ipc that return RpcServer.Connection
protected  RpcServer.Connection RpcServer.getConnection(SocketChannel channel, long time)
          Subclasses of HBaseServer can override this to provide their own Connection implementations.
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type RpcServer.Connection
protected  void RpcServer.closeConnection(RpcServer.Connection connection)
           
 

Uses of RpcServer.Connection in org.apache.hadoop.hbase.security
 

Constructors in org.apache.hadoop.hbase.security with parameters of type RpcServer.Connection
HBaseSaslRpcServer.SaslDigestCallbackHandler(org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager, RpcServer.Connection connection)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.