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 |
---|---|
CID |
ServerConnections.getCID()
Deprecated.
Method description
|
Modifier and Type | Method and Description |
---|---|
Set<CID> |
S2SIOService.getCIDs()
Method description
|
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)
Method description
|
void |
CIDConnections.connectionAuthenticated(String sessionId,
CID cid)
Method description
|
protected CIDConnections |
S2SConnectionManager.createNewCIDConnections(CID cid) |
CIDConnections |
S2SConnectionHandlerIfc.getCIDConnections(CID cid,
boolean createNew) |
CIDConnections |
S2SConnectionManager.getCIDConnections(CID cid,
boolean createNew) |
protected String |
ServerConnectionManager.getLocalDBKey(CID cid,
String key,
String forkey_sessionId,
String asking_sessionId)
Deprecated.
|
protected ServerConnections |
ServerConnectionManager.getServerConnections(CID cid)
Deprecated.
|
boolean |
S2SIOService.isAuthenticated(CID cid)
Method description
|
protected ServerConnections |
ServerConnectionManager.removeServerConnections(CID cid)
Deprecated.
|
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) |
boolean |
S2SConnectionHandlerIfc.sendVerifyResult(String elem_name,
CID connCid,
CID keyCid,
Boolean valid,
String key_sessionId,
String serv_sessionId,
String cdata,
boolean handshakingOnly,
Element errorElem) |
boolean |
S2SConnectionManager.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)
Constructs ...
|
ServerConnections(ConnectionHandlerIfc<XMPPIOService<Object>> handler,
CID cid)
Deprecated.
Creates a new
ServerConnections instance. |
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 © 2017 "Tigase, Inc.". All rights reserved.