public class NIOServerCnxn extends ServerCnxn
ServerCnxn.CloseRequestException, ServerCnxn.EndOfStreamExceptionWatcher.Event, Watcher.WatcherTypeauthInfo, count, established, lastCxid, lastLatency, lastOp, lastResponseTime, lastZxid, maxLatency, me, minLatency, packetsReceived, packetsSent, totalLatency, zooKeeperSaslServer| Constructor and Description |
|---|
NIOServerCnxn(ZooKeeperServer zk,
SocketChannel sock,
SelectionKey sk,
NIOServerCnxnFactory factory,
org.apache.zookeeper.server.NIOServerCnxnFactory.SelectorThread selectorThread) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the cnxn and remove it from the factory cnxns list.
|
static void |
closeSock(SocketChannel sock)
Close resources associated with a sock.
|
void |
disableRecv() |
void |
disableSelectable() |
void |
enableRecv() |
void |
enableSelectable() |
Certificate[] |
getClientCertificateChain() |
int |
getInterestOps() |
long |
getOutstandingRequests()
The number of requests that have been submitted but not yet
responded to.
|
InetSocketAddress |
getRemoteSocketAddress() |
long |
getSessionId() |
int |
getSessionTimeout() |
InetAddress |
getSocketAddress() |
protected void |
incrOutstandingRequests(RequestHeader h) |
boolean |
isSecure() |
boolean |
isSelectable() |
protected boolean |
isSocketOpen()
Only used in order to allow testing
|
void |
process(WatchedEvent event) |
void |
sendBuffer(ByteBuffer bb)
sendBuffer pushes a byte buffer onto the outgoing buffer queue for
asynchronous writes.
|
void |
sendCloseSession() |
void |
sendResponse(ReplyHeader h,
Record r,
String tag) |
protected ServerStats |
serverStats() |
void |
setClientCertificateChain(Certificate[] chain) |
void |
setSessionId(long sessionId) |
void |
setSessionTimeout(int sessionTimeout) |
String |
toString()
Used by "dump" 4-letter command to list all connection in
cnxnExpiryMap
|
addAuthInfo, cleanupWriterSocket, dumpConnectionInfo, getAuthInfo, getAvgLatency, getConnectionInfo, getEstablished, getLastCxid, getLastLatency, getLastOperation, getLastResponseTime, getLastZxid, getMaxLatency, getMinLatency, getPacketsReceived, getPacketsSent, incrPacketsReceived, incrPacketsSent, packetReceived, packetSent, removeAuthInfo, resetStats, updateStatsForResponsepublic NIOServerCnxn(ZooKeeperServer zk, SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory factory, org.apache.zookeeper.server.NIOServerCnxnFactory.SelectorThread selectorThread) throws IOException
IOExceptionpublic void sendCloseSession()
public void sendBuffer(ByteBuffer bb)
public boolean isSelectable()
public void disableSelectable()
public void enableSelectable()
protected boolean isSocketOpen()
protected void incrOutstandingRequests(RequestHeader h)
incrOutstandingRequests in class ServerCnxnpublic void disableRecv()
public void enableRecv()
public long getOutstandingRequests()
getOutstandingRequests in class ServerCnxnpublic int getSessionTimeout()
public String toString()
toString in class ServerCnxnfor brief statspublic void close()
public static void closeSock(SocketChannel sock)
public void sendResponse(ReplyHeader h, Record r, String tag)
sendResponse in class ServerCnxnpublic void process(WatchedEvent event)
process in interface Watcherprocess in class ServerCnxnpublic long getSessionId()
getSessionId in class ServerCnxnpublic void setSessionId(long sessionId)
public void setSessionTimeout(int sessionTimeout)
public int getInterestOps()
getInterestOps in class ServerCnxnpublic InetSocketAddress getRemoteSocketAddress()
getRemoteSocketAddress in class ServerCnxnpublic InetAddress getSocketAddress()
protected ServerStats serverStats()
serverStats in class ServerCnxnpublic boolean isSecure()
isSecure in class ServerCnxnpublic Certificate[] getClientCertificateChain()
getClientCertificateChain in class ServerCnxnpublic void setClientCertificateChain(Certificate[] chain)
setClientCertificateChain in class ServerCnxnCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.