public class LocalServerSession extends LocalSession implements ServerSession
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
inboundAllowed |
protected boolean |
outboundAllowed |
protected boolean |
usingServerDialback |
CHARSET, conn, sessionManager, statusMAJOR_VERSION, MINOR_VERSION, STATUS_AUTHENTICATED, STATUS_CLOSED, STATUS_CONNECTED| Constructor and Description |
|---|
LocalServerSession(String serverName,
Connection connection,
StreamID streamID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAvailableStreamFeatures()
Returns a text with the available stream features.
|
boolean |
isUsingServerDialback()
Returns true if this outgoing session was established using server dialback.
|
close, decodeVersion, deliverRawText, getAddress, getCipherSuiteName, getConnection, getCreationDate, getHostAddress, getHostName, getLastActiveDate, getNumClientPackets, getNumServerPackets, getServerName, getSessionData, getStatus, getStreamID, incrementClientPacketCount, incrementServerPacketCount, isClosed, isSecure, isUsingSelfSignedCertificate, process, removeSessionData, setAddress, setSessionData, setStatus, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, deliverRawText, getAddress, getCipherSuiteName, getCreationDate, getHostAddress, getHostName, getLastActiveDate, getNumClientPackets, getNumServerPackets, getServerName, getStatus, getStreamID, isClosed, isSecure, process, validateprotected boolean usingServerDialback
protected boolean outboundAllowed
protected boolean inboundAllowed
public LocalServerSession(String serverName, Connection connection, StreamID streamID)
public String getAvailableStreamFeatures()
LocalSessiongetAvailableStreamFeatures in class LocalSessionpublic boolean isUsingServerDialback()
ServerSessionisUsingServerDialback in interface ServerSessionCopyright © 2003-2008 Jive Software.