Uses of Interface
org.jivesoftware.openfire.RoutableChannelHandler
Packages that use RoutableChannelHandler
Package
Description
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of RoutableChannelHandler in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire with parameters of type RoutableChannelHandlerModifier and TypeMethodDescriptionvoidRoutingTable.addComponentRoute(org.xmpp.packet.JID route, RoutableChannelHandler destination) Adds a route to the routing table for the specified internal or external component. -
Uses of RoutableChannelHandler in org.jivesoftware.openfire.component
Classes in org.jivesoftware.openfire.component that implement RoutableChannelHandlerModifier and TypeClassDescriptionclassManages the registration and delegation of Components, which includes External Components as well as components that run in the Openfire JVM. -
Uses of RoutableChannelHandler in org.jivesoftware.openfire.filetransfer.proxy
Classes in org.jivesoftware.openfire.filetransfer.proxy that implement RoutableChannelHandlerModifier and TypeClassDescriptionclassManages the transferring of files between two remote entities on the jabber network. -
Uses of RoutableChannelHandler in org.jivesoftware.openfire.http
Classes in org.jivesoftware.openfire.http that implement RoutableChannelHandlerModifier and TypeClassDescriptionclassA session represents a series of interactions with an XMPP client sending packets using the HTTP Binding protocol specified in XEP-0124. -
Uses of RoutableChannelHandler in org.jivesoftware.openfire.mediaproxy
Classes in org.jivesoftware.openfire.mediaproxy that implement RoutableChannelHandlerModifier and TypeClassDescriptionclassA proxy service for UDP traffic such as RTP. -
Uses of RoutableChannelHandler in org.jivesoftware.openfire.pubsub
Classes in org.jivesoftware.openfire.pubsub that implement RoutableChannelHandlerModifier and TypeClassDescriptionclassModule that implements XEP-60: Publish-Subscribe. -
Uses of RoutableChannelHandler in org.jivesoftware.openfire.session
Subinterfaces of RoutableChannelHandler in org.jivesoftware.openfire.sessionModifier and TypeInterfaceDescriptioninterfaceRepresents a session between the server and a client.interfaceRepresents a session between the server and an external component.interfaceRepresents a session between the server and a connection manager.interfaceServer-to-server communication is done using two TCP connections between the servers.interfaceServer-to-server communication is done using two TCP connections between the servers.interfaceinterfaceThe session represents a link (often a socket connection) between the server and a remote XMPP entity.Classes in org.jivesoftware.openfire.session that implement RoutableChannelHandlerModifier and TypeClassDescriptionclassRepresents a session between the server and a client.classRepresents a session between the server and a component.classRepresents a session between the server and a connection manager.classServer-to-server communication is done using two TCP connections between the servers.classServer-to-server communication is done using two TCP connections between the servers.classclassThe session represents a connection between the server and a client (c2s) or another server (s2s) as well as a connection with a component.classSurrogate for client sessions hosted in some remote cluster node.classSurrogate for sessions of external components hosted in some remote cluster node.classSurrogate for connection manager sessions hosted in some remote cluster node.classSurrogate for incoming server sessions hosted in some remote cluster node.classSurrogate for outgoing server sessions hosted in some remote cluster node.classBase class for sessions being hosted in other cluster nodes. -
Uses of RoutableChannelHandler in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi with parameters of type RoutableChannelHandlerModifier and TypeMethodDescriptionvoidRoutingTableImpl.addComponentRoute(org.xmpp.packet.JID route, RoutableChannelHandler destination) -
Uses of RoutableChannelHandler in org.jivesoftware.util.cache
Method parameters in org.jivesoftware.util.cache with type arguments of type RoutableChannelHandlerModifier and TypeMethodDescriptionConsistencyChecks.generateReportForRoutingTableComponentRoutes(Cache<String, HashSet<NodeID>> componentsCache, Collection<RoutableChannelHandler> localComponentRoutes, HashMap<NodeID, Set<String>> componentsByClusterNode) Verifies that #componentsCache, #localComponentRoutingTable and #componentsByClusterNode ofRoutingTableImplare in a consistent state.