Interface ServerSession
-
- All Superinterfaces:
ChannelHandler<org.xmpp.packet.Packet>,RoutableChannelHandler,Session
- All Known Subinterfaces:
IncomingServerSession,OutgoingServerSession
- All Known Implementing Classes:
LocalIncomingServerSession,LocalOutgoingServerSession,LocalServerSession
public interface ServerSession extends Session
-
-
Field Summary
-
Fields inherited from interface org.jivesoftware.openfire.session.Session
MAJOR_VERSION, MINOR_VERSION, STATUS_AUTHENTICATED, STATUS_CLOSED, STATUS_CONNECTED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisUsingServerDialback()Returns true if this outgoing session was established using server dialback.-
Methods inherited from interface org.jivesoftware.openfire.session.Session
close, deliverRawText, getAddress, getCipherSuiteName, getCreationDate, getHostAddress, getHostName, getLanguage, getLastActiveDate, getNumClientPackets, getNumServerPackets, getPeerCertificates, getServerName, getSoftwareVersion, getStatus, getStreamID, isClosed, isSecure, process, validate
-
-