Uses of Interface
org.jivesoftware.openfire.RoutableChannelHandler
-
Packages that use RoutableChannelHandler Package Description org.jivesoftware.openfire org.jivesoftware.openfire.component org.jivesoftware.openfire.filetransfer.proxy org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).org.jivesoftware.openfire.mediaproxy org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060).org.jivesoftware.openfire.session org.jivesoftware.openfire.spi org.jivesoftware.util.cache -
-
Uses of RoutableChannelHandler in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire with parameters of type RoutableChannelHandler Modifier and Type Method Description voidRoutingTable. 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 RoutableChannelHandler Modifier and Type Class Description classInternalComponentManagerManages 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 RoutableChannelHandler Modifier and Type Class Description classFileTransferProxyManages the transfering 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 RoutableChannelHandler Modifier and Type Class Description classHttpSessionA 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 RoutableChannelHandler Modifier and Type Class Description classMediaProxyServiceA proxy service for UDP traffic such as RTP. -
Uses of RoutableChannelHandler in org.jivesoftware.openfire.pubsub
Classes in org.jivesoftware.openfire.pubsub that implement RoutableChannelHandler Modifier and Type Class Description classPubSubModuleModule that implements XEP-60: Publish-Subscribe. -
Uses of RoutableChannelHandler in org.jivesoftware.openfire.session
Subinterfaces of RoutableChannelHandler in org.jivesoftware.openfire.session Modifier and Type Interface Description interfaceClientSessionRepresents a session between the server and a client.interfaceComponentSessionRepresents a session between the server and an external component.interfaceConnectionMultiplexerSessionRepresents a session between the server and a connection manager.interfaceIncomingServerSessionServer-to-server communication is done using two TCP connections between the servers.interfaceOutgoingServerSessionServer-to-server communication is done using two TCP connections between the servers.interfaceServerSessioninterfaceSessionThe session represents a connection between the server and a client (c2s) or another server (s2s) as well as a connection with a component.Classes in org.jivesoftware.openfire.session that implement RoutableChannelHandler Modifier and Type Class Description classLocalClientSessionRepresents a session between the server and a client.classLocalComponentSessionRepresents a session between the server and a component.classLocalConnectionMultiplexerSessionRepresents a session between the server and a connection manager.classLocalIncomingServerSessionServer-to-server communication is done using two TCP connections between the servers.classLocalOutgoingServerSessionServer-to-server communication is done using two TCP connections between the servers.classLocalServerSessionclassLocalSessionThe session represents a connection between the server and a client (c2s) or another server (s2s) as well as a connection with a component.classRemoteClientSessionSurrogate for client sessions hosted in some remote cluster node.classRemoteComponentSessionSurrogate for sessions of external components hosted in some remote cluster node.classRemoteConnectionMultiplexerSessionSurrogate for connection manager sessions hosted in some remote cluster node.classRemoteIncomingServerSessionSurrogate for incoming server sessions hosted in some remote cluster node.classRemoteOutgoingServerSessionSurrogate for outgoing server sessions hosted in some remote cluster node.classRemoteSessionBase 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 RoutableChannelHandler Modifier and Type Method Description voidRoutingTableImpl. 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 RoutableChannelHandler Modifier and Type Method Description static com.google.common.collect.Multimap<String,String>ConsistencyChecks. generateReportForRoutingTableComponentRoutes(Cache<String,HashSet<NodeID>> componentsCache, Collection<RoutableChannelHandler> localComponentRoutes, HashMap<NodeID,Set<String>> componentsByClusterNode)Verifies that #componentsCache, #localRoutingTable#getComponentRoute and #componentsByClusterNode ofRoutingTableImplare in a consistent state.
-