public interface ComponentProtocolHandler
Modifier and Type | Field and Description |
---|---|
static String |
EXTCOMP_BIND_HOSTNAMES_PROP_KEY
Field description
|
static String |
REPO_ITEM_KEY
Field description
|
Modifier and Type | Method and Description |
---|---|
void |
authenticated(ComponentIOService serv) |
void |
authenticationFailed(ComponentIOService serv,
Packet packet) |
void |
bindHostname(String hostname,
ComponentIOService serv) |
CompRepoItem |
getCompRepoItem(String hostname) |
ExtProcessor |
getProcessor(String string) |
List<Element> |
getStreamFeatures(ComponentIOService serv) |
StreamOpenHandler |
getStreamOpenHandler(String xmlns) |
String |
newPacketId(String prefix) |
void |
unbindHostname(String hostname,
ComponentIOService serv) |
static final String REPO_ITEM_KEY
static final String EXTCOMP_BIND_HOSTNAMES_PROP_KEY
void authenticated(ComponentIOService serv)
void authenticationFailed(ComponentIOService serv, Packet packet)
void bindHostname(String hostname, ComponentIOService serv)
CompRepoItem getCompRepoItem(String hostname)
ExtProcessor getProcessor(String string)
List<Element> getStreamFeatures(ComponentIOService serv)
StreamOpenHandler getStreamOpenHandler(String xmlns)
void unbindHostname(String hostname, ComponentIOService serv)
Copyright © 2018 "Tigase, Inc.". All rights reserved.