Uses of Interface
org.jivesoftware.openfire.net.Bind2InlineHandler
Packages that use Bind2InlineHandler
Package
Description
IQ class implementations.
-
Uses of Bind2InlineHandler in org.jivesoftware.openfire.handler
Classes in org.jivesoftware.openfire.handler that implement Bind2InlineHandlerModifier and TypeClassDescriptionclassHandles inline elements related to Message Carbons during Bind2 requests.classABind2InlineHandlerthat processes XEP-0198 Stream Management<enable/>elements sent inline within a SASL2 Bind2 request (XEP-0388 / XEP-0386). -
Uses of Bind2InlineHandler in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that return types with arguments of type Bind2InlineHandlerModifier and TypeMethodDescriptionstatic Optional<Bind2InlineHandler>Bind2Request.getHandler(String namespace) Looks up the registered inline handler for a given namespace, if any.Methods in org.jivesoftware.openfire.net with parameters of type Bind2InlineHandlerModifier and TypeMethodDescriptionstatic voidBind2Request.registerElementHandler(Bind2InlineHandler handler) Registers a handler for processing inline elements with a specific namespace.static booleanBind2Request.unregisterElementHandler(Bind2InlineHandler handler) Unregisters an inline element handler associated with a specific namespace.