|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentIOService | |
|---|---|
| tigase.server.ext | |
| tigase.server.ext.handlers | |
| tigase.server.ext.lb | |
| Uses of ComponentIOService in tigase.server.ext |
|---|
| Methods in tigase.server.ext that return ComponentIOService | |
|---|---|
ComponentIOService |
ComponentConnection.getService()
Method description |
protected ComponentIOService |
ComponentProtocol.getXMPPIOService(Packet p)
|
protected ComponentIOService |
ComponentProtocol.getXMPPIOServiceInstance()
|
| Methods in tigase.server.ext with parameters of type ComponentIOService | |
|---|---|
void |
ComponentProtocolHandler.authenticated(ComponentIOService serv)
|
void |
ComponentProtocol.authenticated(ComponentIOService serv)
Method description |
void |
ComponentProtocolHandler.authenticationFailed(ComponentIOService serv,
Packet packet)
|
void |
ComponentProtocol.authenticationFailed(ComponentIOService serv,
Packet packet)
Method description |
void |
ComponentProtocolHandler.bindHostname(String hostname,
ComponentIOService serv)
|
void |
ComponentProtocol.bindHostname(String hostname,
ComponentIOService serv)
Method description |
List<tigase.xml.Element> |
ComponentProtocolHandler.getStreamFeatures(ComponentIOService serv)
|
List<tigase.xml.Element> |
ComponentProtocol.getStreamFeatures(ComponentIOService serv)
Method description |
List<tigase.xml.Element> |
ExtProcessor.getStreamFeatures(ComponentIOService serv,
ComponentProtocolHandler handler)
|
boolean |
ExtProcessor.process(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
Queue<Packet> |
ComponentProtocol.processSocketData(ComponentIOService serv)
Method description |
String |
StreamOpenHandler.serviceStarted(ComponentIOService s)
|
void |
ComponentProtocol.serviceStarted(ComponentIOService serv)
Method description |
boolean |
ComponentProtocol.serviceStopped(ComponentIOService service)
Method description |
void |
ExtProcessor.startProcessing(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
String |
StreamOpenHandler.streamOpened(ComponentIOService s,
Map<String,String> attribs,
ComponentProtocolHandler handler)
|
void |
ComponentProtocol.tlsHandshakeCompleted(ComponentIOService service)
Method description |
void |
ComponentProtocolHandler.unbindHostname(String hostname,
ComponentIOService serv)
|
void |
ComponentProtocol.unbindHostname(String hostname,
ComponentIOService serv)
Method description |
boolean |
ComponentProtocol.writePacketToSocket(ComponentIOService ios,
Packet p)
Method description |
void |
ComponentProtocol.xmppStreamClosed(ComponentIOService serv)
Method description |
String |
ComponentProtocol.xmppStreamOpened(ComponentIOService serv,
Map<String,String> attribs)
Method description |
| Constructors in tigase.server.ext with parameters of type ComponentIOService | |
|---|---|
ComponentConnection(String domain,
ComponentIOService service)
Constructs ... |
|
| Uses of ComponentIOService in tigase.server.ext.handlers |
|---|
| Methods in tigase.server.ext.handlers with parameters of type ComponentIOService | |
|---|---|
List<tigase.xml.Element> |
StreamFeaturesProcessor.getStreamFeatures(ComponentIOService serv,
ComponentProtocolHandler handler)
Method description |
List<tigase.xml.Element> |
SASLProcessor.getStreamFeatures(ComponentIOService serv,
ComponentProtocolHandler handler)
Method description |
List<tigase.xml.Element> |
StartTLSProcessor.getStreamFeatures(ComponentIOService serv,
ComponentProtocolHandler handler)
Method description |
List<tigase.xml.Element> |
BindProcessor.getStreamFeatures(ComponentIOService serv,
ComponentProtocolHandler handler)
Method description |
List<tigase.xml.Element> |
HandshakeProcessor.getStreamFeatures(ComponentIOService serv,
ComponentProtocolHandler handler)
Method description |
boolean |
StreamFeaturesProcessor.process(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
boolean |
SASLProcessor.process(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
boolean |
StartTLSProcessor.process(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
boolean |
BindProcessor.process(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
boolean |
HandshakeProcessor.process(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
String |
ComponentAcceptStreamOpenHandler.serviceStarted(ComponentIOService serv)
Method description |
String |
ComponentConnectStreamOpenHandler.serviceStarted(ComponentIOService s)
Method description |
String |
JabberClientStreamOpenHandler.serviceStarted(ComponentIOService serv)
Method description |
String |
UnknownXMLNSStreamOpenHandler.serviceStarted(ComponentIOService s)
Method description |
void |
StreamFeaturesProcessor.startProcessing(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
void |
SASLProcessor.startProcessing(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
void |
StartTLSProcessor.startProcessing(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
void |
BindProcessor.startProcessing(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
void |
HandshakeProcessor.startProcessing(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
String |
ComponentAcceptStreamOpenHandler.streamOpened(ComponentIOService serv,
Map<String,String> attribs,
ComponentProtocolHandler handler)
Method description |
String |
ComponentConnectStreamOpenHandler.streamOpened(ComponentIOService serv,
Map<String,String> attribs,
ComponentProtocolHandler handler)
Method description |
String |
JabberClientStreamOpenHandler.streamOpened(ComponentIOService serv,
Map<String,String> attribs,
ComponentProtocolHandler handler)
Method description |
String |
UnknownXMLNSStreamOpenHandler.streamOpened(ComponentIOService serv,
Map<String,String> attribs,
ComponentProtocolHandler handler)
Method description |
| Uses of ComponentIOService in tigase.server.ext.lb |
|---|
| Methods in tigase.server.ext.lb that return ComponentIOService | |
|---|---|
ComponentIOService |
ReceiverBareJidLB.selectConnection(Packet p,
ArrayList<ComponentConnection> conns)
|
ComponentIOService |
SenderBareJidLB.selectConnection(Packet p,
ArrayList<ComponentConnection> conns)
|
ComponentIOService |
LoadBalancerIfc.selectConnection(Packet p,
ArrayList<ComponentConnection> conns)
|
ComponentIOService |
SenderFullJidLB.selectConnection(Packet p,
ArrayList<ComponentConnection> conns)
|
ComponentIOService |
ReceiverFullJidLB.selectConnection(Packet p,
ArrayList<ComponentConnection> conns)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||