Package | Description |
---|---|
tigase.server.xmppserver | |
tigase.server.xmppserver.proc |
Modifier and Type | Field and Description |
---|---|
protected Map<CID,CIDConnections> |
S2SConnectionManager.cidConnections
Outgoing and incoming connections for a given domains pair (localdomain, remotedomain)
|
Modifier and Type | Method and Description |
---|---|
Set<CID> |
S2SIOService.getCIDs() |
Modifier and Type | Method and Description |
---|---|
void |
S2SIOService.addCID(CID cid)
Adds another connection id (CID) to the authenticated list for this connection
|
void |
CIDConnections.connectionAuthenticated(S2SIOService serv,
CID cid) |
void |
CIDConnections.connectionAuthenticated(String sessionId,
CID cid) |
protected CIDConnections |
S2SConnectionManager.createNewCIDConnections(CID cid) |
CIDConnections |
S2SConnectionManager.getCIDConnections(CID cid,
boolean createNew) |
CIDConnections |
S2SConnectionHandlerIfc.getCIDConnections(CID cid,
boolean createNew) |
boolean |
S2SIOService.isAuthenticated(CID cid) |
boolean |
S2SConnectionManager.sendVerifyResult(String elem_name,
CID connCid,
CID keyCid,
Boolean valid,
String key_sessionId,
String serv_sessionId,
String cdata,
boolean handshakingOnly) |
boolean |
S2SConnectionHandlerIfc.sendVerifyResult(String elem_name,
CID connCid,
CID keyCid,
Boolean valid,
String key_sessionId,
String serv_sessionId,
String cdata,
boolean handshakingOnly) |
boolean |
S2SConnectionManager.sendVerifyResult(String elem_name,
CID connCid,
CID keyCid,
Boolean valid,
String key_sessionId,
String serv_sessionId,
String cdata,
boolean handshakingOnly,
Element errorElem) |
boolean |
S2SConnectionHandlerIfc.sendVerifyResult(String elem_name,
CID connCid,
CID keyCid,
Boolean valid,
String key_sessionId,
String serv_sessionId,
String cdata,
boolean handshakingOnly,
Element errorElem) |
Constructor and Description |
---|
CIDConnections(CID cid,
S2SConnectionHandlerIfc<S2SIOService> handler,
S2SConnectionSelector selector,
int maxInConns,
int maxOutConns,
int maxOutConnsPerIP,
long max_waiting_time) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PacketChecker.isAllowed(Packet p,
S2SIOService serv,
CID cid)
Check if incoming packet is allowed on this connection
|
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.