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, status
MAJOR_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, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close, deliverRawText, getAddress, getCipherSuiteName, getCreationDate, getHostAddress, getHostName, getLastActiveDate, getNumClientPackets, getNumServerPackets, getServerName, getStatus, getStreamID, isClosed, isSecure, process, validate
protected boolean usingServerDialback
protected boolean outboundAllowed
protected boolean inboundAllowed
public LocalServerSession(String serverName, Connection connection, StreamID streamID)
public String getAvailableStreamFeatures()
LocalSession
getAvailableStreamFeatures
in class LocalSession
public boolean isUsingServerDialback()
ServerSession
isUsingServerDialback
in interface ServerSession
Copyright © 2003-2008 Jive Software.