IO
- public interface S2SConnectionHandlerIfc<IO extends XMPPIOService<?>>
Modifier and Type | Method and Description |
---|---|
boolean |
addOutPacket(Packet packet) |
void |
addTimerTask(TimerTask task,
long delay,
TimeUnit unit) |
CIDConnections |
getCIDConnections(CID cid,
boolean createNew) |
tigase.xmpp.BareJID |
getDefHostName() |
String |
getLocalDBKey(CID cid,
CID keyCid,
String remote_key,
String stanzaId,
String sessionId) |
List<tigase.xml.Element> |
getStreamFeatures(S2SIOService serv)
Method description
|
void |
initNewConnection(Map<String,Object> port_props) |
boolean |
isTlsWantClientAuthEnabled() |
boolean |
sendVerifyResult(String elem_name,
CID connCid,
CID keyCid,
Boolean valid,
String key_sessionId,
String serv_sessionId,
String cdata,
boolean handshakingOnly) |
void |
writePacketsToSocket(IO serv,
Queue<Packet> packets) |
boolean |
writePacketToSocket(IO serv,
Packet packet) |
void |
writeRawData(IO serv,
String strError) |
List<tigase.xml.Element> getStreamFeatures(S2SIOService serv)
serv
- boolean addOutPacket(Packet packet)
CIDConnections getCIDConnections(CID cid, boolean createNew) throws NotLocalhostException, LocalhostException
tigase.xmpp.BareJID getDefHostName()
String getLocalDBKey(CID cid, CID keyCid, String remote_key, String stanzaId, String sessionId)
boolean isTlsWantClientAuthEnabled()
boolean sendVerifyResult(String elem_name, CID connCid, CID keyCid, Boolean valid, String key_sessionId, String serv_sessionId, String cdata, boolean handshakingOnly)
Copyright © 2013 Tigase. All rights reserved.