Uses of Interface
org.jivesoftware.openfire.ChannelHandler
Packages that use ChannelHandler
Package
Description
Ad-Hoc Commands implementation (XEP-0050).
Service discovery implementation (XEP-0030).
IQ class implementations.
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
Implementation of Multi-User Chat (XEP-0045).
Implementation of Personal Eventing via Pubsub (XEP-0163).
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of ChannelHandler in org.jivesoftware.openfire
Subinterfaces of ChannelHandler in org.jivesoftware.openfireConstructors in org.jivesoftware.openfire with parameters of type ChannelHandlerModifierConstructorDescriptionChannel(String name, ChannelHandler<T> channelHandler) Creates a new channel. -
Uses of ChannelHandler in org.jivesoftware.openfire.commands
Classes in org.jivesoftware.openfire.commands that implement ChannelHandlerModifier and TypeClassDescriptionclassAn AdHocCommandHandler is responsible for providing discoverable information about the supported commands and for handling commands requests. -
Uses of ChannelHandler in org.jivesoftware.openfire.component
Classes in org.jivesoftware.openfire.component that implement ChannelHandlerModifier and TypeClassDescriptionclassManages the registration and delegation of Components, which includes External Components as well as components that run in the Openfire JVM. -
Uses of ChannelHandler in org.jivesoftware.openfire.disco
Classes in org.jivesoftware.openfire.disco that implement ChannelHandlerModifier and TypeClassDescriptionclassIQDiscoInfoHandler is responsible for handling disco#info requests.classIQDiscoItemsHandler is responsible for handling disco#items requests. -
Uses of ChannelHandler in org.jivesoftware.openfire.filetransfer.proxy
Classes in org.jivesoftware.openfire.filetransfer.proxy that implement ChannelHandlerModifier and TypeClassDescriptionclassManages the transfering of files between two remote entities on the jabber network. -
Uses of ChannelHandler in org.jivesoftware.openfire.handler
Classes in org.jivesoftware.openfire.handler that implement ChannelHandlerModifier and TypeClassDescriptionclassBinds a resource to the stream so that the client's address becomes a full JID.classImplementation of XEP-0191 "Blocking Command".final classThis IQ handler implements XEP-0202: Entity Time.classBase class whose main responsibility is to handle IQ packets.classImplements the TYPE_IQ jabber:iq:last protocol (last activity).final classThis handler manages XEP-0280 Message Carbons.classImplements JEP-0013: Flexible Offline Message Retrieval.classImplements the XMPP Ping as defined by XEP-0199.classIQPrivacyHandler is responsible for handling privacy lists.classImplements the TYPE_IQ jabber:iq:private protocol.classImplements the TYPE_IQ jabber:iq:register protocol (plain only).classImplements the TYPE_IQ jabber:iq:roster protocol.classActivate client sessions once resource binding has been done.classHandler of IQ packets whose child element is "sharedgroup" with namespace "http://www.jivesoftware.org/protocol/sharedgroup".classImplements the TYPE_IQ vcard-temp protocol.classImplements the TYPE_IQ jabber:iq:version protocol (version info).classImplements the presence protocol.classImplements the presence protocol. -
Uses of ChannelHandler in org.jivesoftware.openfire.http
Classes in org.jivesoftware.openfire.http that implement ChannelHandlerModifier 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 ChannelHandler in org.jivesoftware.openfire.mediaproxy
Classes in org.jivesoftware.openfire.mediaproxy that implement ChannelHandlerModifier and TypeClassDescriptionclassA proxy service for UDP traffic such as RTP. -
Uses of ChannelHandler in org.jivesoftware.openfire.muc.spi
Classes in org.jivesoftware.openfire.muc.spi that implement ChannelHandlerModifier and TypeClassDescriptionclassImplements the TYPE_IQ vcard-temp protocol, to be used for MUC rooms. -
Uses of ChannelHandler in org.jivesoftware.openfire.net
Classes in org.jivesoftware.openfire.net that implement ChannelHandlerModifier and TypeClassDescriptionclassThis ChannelHandler writes packet data to connections. -
Uses of ChannelHandler in org.jivesoftware.openfire.pep
Classes in org.jivesoftware.openfire.pep that implement ChannelHandler -
Uses of ChannelHandler in org.jivesoftware.openfire.pubsub
Classes in org.jivesoftware.openfire.pubsub that implement ChannelHandlerModifier and TypeClassDescriptionclassModule that implements XEP-60: Publish-Subscribe. -
Uses of ChannelHandler in org.jivesoftware.openfire.session
Subinterfaces of ChannelHandler 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 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 ChannelHandlerModifier 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 ChannelHandler in org.jivesoftware.openfire.transport
Classes in org.jivesoftware.openfire.transport that implement ChannelHandlerModifier and TypeClassDescriptionclassRoutes packets to the appropriate transport gateway or drops the packet.