Package tigase.server.ext
Interface ComponentProtocolHandler
- All Known Implementing Classes:
ComponentProtocol
public interface ComponentProtocolHandler
Created: Oct 7, 2009 5:54:56 PM
- Author:
- Artur Hefczyc
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
authenticationFailed
(ComponentIOService serv, Packet packet) void
bindHostname
(String hostname, ComponentIOService serv) getCompRepoItem
(String hostname) getProcessor
(String string) List<tigase.xml.Element>
getStreamOpenHandler
(String xmlns) newPacketId
(String prefix) void
unbindHostname
(String hostname, ComponentIOService serv)
-
Field Details
-
REPO_ITEM_KEY
- See Also:
-
EXTCOMP_BIND_HOSTNAMES_PROP_KEY
- See Also:
-
-
Method Details
-
authenticated
-
authenticationFailed
-
bindHostname
-
getCompRepoItem
-
getProcessor
-
getStreamFeatures
-
getStreamOpenHandler
-
newPacketId
-
unbindHostname
-