public interface ServerCnxn extends Watcher
Modifier and Type | Interface and Description |
---|---|
static interface |
ServerCnxn.Stats
Statistics on the ServerCnxn
|
Watcher.Event
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
me |
Modifier and Type | Method and Description |
---|---|
void |
finishSessionInit(boolean valid) |
java.util.ArrayList<Id> |
getAuthInfo() |
java.net.InetSocketAddress |
getRemoteAddress() |
long |
getSessionId() |
int |
getSessionTimeout() |
ServerCnxn.Stats |
getStats() |
void |
process(WatchedEvent event) |
void |
sendCloseSession() |
void |
sendResponse(ReplyHeader h,
org.apache.jute.Record r,
java.lang.String tag) |
void |
setSessionId(long sessionId) |
int getSessionTimeout()
void sendResponse(ReplyHeader h, org.apache.jute.Record r, java.lang.String tag) throws java.io.IOException
java.io.IOException
void sendCloseSession()
void finishSessionInit(boolean valid)
void process(WatchedEvent event)
long getSessionId()
void setSessionId(long sessionId)
java.util.ArrayList<Id> getAuthInfo()
java.net.InetSocketAddress getRemoteAddress()
ServerCnxn.Stats getStats()
Copyright © 2012 The Apache Software Foundation