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, streamManagerMAJOR_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, getLanguage, getLastActiveDate, getNumClientPackets, getNumServerPackets, getPeerCertificates, getServerName, getSessionData, getSoftwareVersion, getStatus, getStreamID, getStreamManager, incrementClientPacketCount, incrementServerPacketCount, isClosed, isDetached, isSecure, isUsingSelfSignedCertificate, process, reattach, removeSessionData, setAddress, setDetached, setSessionData, setSoftwareVersionData, setStatus, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, deliverRawText, getAddress, getCipherSuiteName, getCreationDate, getHostAddress, getHostName, getLanguage, getLastActiveDate, getNumClientPackets, getNumServerPackets, getPeerCertificates, getServerName, getSoftwareVersion, 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 LocalSessionnull to add nothing.public boolean isUsingServerDialback()
ServerSessionisUsingServerDialback in interface ServerSessionCopyright © 2003–2019 Ignite Realtime. All rights reserved.