public class SecureServer.SecureConnection extends HBaseServer.Connection
Modifier and Type | Field and Description |
---|---|
org.apache.hadoop.security.UserGroupInformation |
attemptingUser |
protected LinkedList<SecureServer.SecureCall> |
responseQueue |
channel, closed, hostAddress, remotePort, socket, ticket
Constructor and Description |
---|
SecureServer.SecureConnection(SocketChannel channel,
long lastContact) |
Modifier and Type | Method and Description |
---|---|
protected void |
close() |
String |
getHostAddress() |
InetAddress |
getHostInetAddress() |
protected void |
processData(byte[] buf) |
int |
readAndProcess() |
String |
toString() |
decRpcCount, getLastContact, getRemotePort, incRpcCount, setLastContact, timedOut
protected final LinkedList<SecureServer.SecureCall> responseQueue
public org.apache.hadoop.security.UserGroupInformation attemptingUser
public SecureServer.SecureConnection(SocketChannel channel, long lastContact)
public String toString()
toString
in class HBaseServer.Connection
public String getHostAddress()
getHostAddress
in class HBaseServer.Connection
public InetAddress getHostInetAddress()
public int readAndProcess() throws IOException, InterruptedException
readAndProcess
in class HBaseServer.Connection
IOException
InterruptedException
protected void processData(byte[] buf) throws IOException, InterruptedException
processData
in class HBaseServer.Connection
IOException
InterruptedException
protected void close()
close
in class HBaseServer.Connection
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.