Package tigase.server.ext
Interface ComponentProtocolHandler
-
- All Known Implementing Classes:
ComponentProtocol
public interface ComponentProtocolHandlerCreated: Oct 7, 2009 5:54:56 PM- Author:
- Artur Hefczyc
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXTCOMP_BIND_HOSTNAMES_PROP_KEYstatic StringREPO_ITEM_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidauthenticated(ComponentIOService serv)voidauthenticationFailed(ComponentIOService serv, Packet packet)voidbindHostname(String hostname, ComponentIOService serv)CompRepoItemgetCompRepoItem(String hostname)ExtProcessorgetProcessor(String string)List<Element>getStreamFeatures(ComponentIOService serv)StreamOpenHandlergetStreamOpenHandler(String xmlns)StringnewPacketId(String prefix)voidunbindHostname(String hostname, ComponentIOService serv)
-
-
-
Field Detail
-
REPO_ITEM_KEY
static final String REPO_ITEM_KEY
- See Also:
- Constant Field Values
-
EXTCOMP_BIND_HOSTNAMES_PROP_KEY
static final String EXTCOMP_BIND_HOSTNAMES_PROP_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
authenticated
void authenticated(ComponentIOService serv)
-
authenticationFailed
void authenticationFailed(ComponentIOService serv, Packet packet)
-
bindHostname
void bindHostname(String hostname, ComponentIOService serv)
-
getCompRepoItem
CompRepoItem getCompRepoItem(String hostname)
-
getProcessor
ExtProcessor getProcessor(String string)
-
getStreamFeatures
List<Element> getStreamFeatures(ComponentIOService serv)
-
getStreamOpenHandler
StreamOpenHandler getStreamOpenHandler(String xmlns)
-
unbindHostname
void unbindHostname(String hostname, ComponentIOService serv)
-
-