Interface ComponentSession
- All Superinterfaces:
ChannelHandler<org.xmpp.packet.Packet>,RoutableChannelHandler,Session
- All Known Implementing Classes:
LocalComponentSession,RemoteComponentSession
Represents a session between the server and an external component.
- Author:
- Gaston Dombiak
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe ExternalComponent acts as a proxy of the remote connected component.Nested classes/interfaces inherited from interface org.jivesoftware.openfire.session.Session
Session.Status -
Field Summary
Fields inherited from interface org.jivesoftware.openfire.session.Session
Log, MAJOR_VERSION, MINOR_VERSION -
Method Summary
Methods inherited from interface org.jivesoftware.openfire.session.Session
close, close, deliverRawText, getAddress, getCipherSuiteName, getCreationDate, getHostAddress, getHostName, getLanguage, getLastActiveDate, getNumClientPackets, getNumServerPackets, getPeerCertificates, getServerName, getSoftwareVersion, getStatus, getStreamID, getTLSProtocolName, isAuthenticated, isClosed, isDetached, isEncrypted, markNonResumable, process, validate
-
Method Details
-
getExternalComponent
ComponentSession.ExternalComponent getExternalComponent()
-