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 interface
The 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, deliverRawText, getAddress, getCipherSuiteName, getCreationDate, getHostAddress, getHostName, getLanguage, getLastActiveDate, getNumClientPackets, getNumServerPackets, getPeerCertificates, getServerName, getSoftwareVersion, getStatus, getStreamID, getTLSProtocolName, isAuthenticated, isClosed, isDetached, isEncrypted, process, validate
-
Method Details
-
getExternalComponent
ComponentSession.ExternalComponent getExternalComponent()
-