Uses of Interface
tigase.server.ext.ComponentProtocolHandler
Packages that use ComponentProtocolHandler
-
Uses of ComponentProtocolHandler in tigase.server.ext
Classes in tigase.server.ext that implement ComponentProtocolHandlerMethods in tigase.server.ext with parameters of type ComponentProtocolHandlerModifier and TypeMethodDescriptionExtProcessor.getStreamFeatures
(ComponentIOService serv, ComponentProtocolHandler handler) boolean
ExtProcessor.process
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) void
ExtProcessor.startProcessing
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) StreamOpenHandler.streamOpened
(ComponentIOService s, Map<String, String> attribs, ComponentProtocolHandler handler) -
Uses of ComponentProtocolHandler in tigase.server.ext.handlers
Methods in tigase.server.ext.handlers with parameters of type ComponentProtocolHandlerModifier and TypeMethodDescriptionBindProcessor.getStreamFeatures
(ComponentIOService serv, ComponentProtocolHandler handler) HandshakeProcessor.getStreamFeatures
(ComponentIOService serv, ComponentProtocolHandler handler) SASLProcessor.getStreamFeatures
(ComponentIOService serv, ComponentProtocolHandler handler) StartTLSProcessor.getStreamFeatures
(ComponentIOService serv, ComponentProtocolHandler handler) StreamFeaturesProcessor.getStreamFeatures
(ComponentIOService serv, ComponentProtocolHandler handler) boolean
BindProcessor.process
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) boolean
HandshakeProcessor.process
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) boolean
SASLProcessor.process
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) boolean
StartTLSProcessor.process
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) boolean
StreamFeaturesProcessor.process
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) void
BindProcessor.startProcessing
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) void
HandshakeProcessor.startProcessing
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) void
SASLProcessor.startProcessing
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) void
StartTLSProcessor.startProcessing
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) void
StreamFeaturesProcessor.startProcessing
(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results) ComponentAcceptStreamOpenHandler.streamOpened
(ComponentIOService serv, Map<String, String> attribs, ComponentProtocolHandler handler) ComponentConnectStreamOpenHandler.streamOpened
(ComponentIOService serv, Map<String, String> attribs, ComponentProtocolHandler handler) JabberClientStreamOpenHandler.streamOpened
(ComponentIOService serv, Map<String, String> attribs, ComponentProtocolHandler handler) UnknownXMLNSStreamOpenHandler.streamOpened
(ComponentIOService serv, Map<String, String> attribs, ComponentProtocolHandler handler)