org.apache.hadoop.hbase.ipc
Class SecureServer.SecureConnection
java.lang.Object
org.apache.hadoop.hbase.ipc.HBaseServer.Connection
org.apache.hadoop.hbase.ipc.SecureServer.SecureConnection
- Enclosing class:
- SecureServer
public class SecureServer.SecureConnection
- extends HBaseServer.Connection
Reads calls from a connection and queues them for handling.
responseQueue
protected final LinkedList<SecureServer.SecureCall> responseQueue
attemptingUser
public org.apache.hadoop.security.UserGroupInformation attemptingUser
SecureServer.SecureConnection
public SecureServer.SecureConnection(SocketChannel channel,
long lastContact)
toString
public String toString()
- Overrides:
toString
in class HBaseServer.Connection
getHostAddress
public String getHostAddress()
- Overrides:
getHostAddress
in class HBaseServer.Connection
getHostInetAddress
public InetAddress getHostInetAddress()
readAndProcess
public int readAndProcess()
throws IOException,
InterruptedException
- Overrides:
readAndProcess
in class HBaseServer.Connection
- Throws:
IOException
InterruptedException
processData
protected void processData(byte[] buf)
throws IOException,
InterruptedException
- Overrides:
processData
in class HBaseServer.Connection
- Throws:
IOException
InterruptedException
close
protected void close()
- Overrides:
close
in class HBaseServer.Connection
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.