tigase.server.ext
Interface ComponentProtocolHandler
- All Known Implementing Classes:
- ComponentProtocol
public interface ComponentProtocolHandler
Created: Oct 7, 2009 5:54:56 PM
- Version:
- $Rev: 2996 $
- Author:
- Artur Hefczyc
REPO_ITEM_KEY
static final String REPO_ITEM_KEY
- Field description
- See Also:
- Constant Field Values
EXTCOMP_BIND_HOSTNAMES_PROP_KEY
static final String EXTCOMP_BIND_HOSTNAMES_PROP_KEY
- Field description
- See Also:
- Constant Field Values
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<tigase.xml.Element> getStreamFeatures(ComponentIOService serv)
getStreamOpenHandler
StreamOpenHandler getStreamOpenHandler(String xmlns)
newPacketId
String newPacketId(String prefix)
unbindHostname
void unbindHostname(String hostname,
ComponentIOService serv)
Copyright © 2012 Tigase. All Rights Reserved.