Package | Description |
---|---|
tigase.cluster | |
tigase.server.xmppserver | |
tigase.server.xmppserver.proc |
Modifier and Type | Method and Description |
---|---|
String |
S2SConnectionClustered.getLocalDBKey(CID connectionCid,
CID keyCid,
String key,
String key_sessionId,
String asking_sessionId)
Method description
|
Modifier and Type | Method and Description |
---|---|
CID |
ServerConnections.getCID()
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
|
CIDConnections |
S2SConnectionManager.getCIDConnections(CID cid,
boolean createNew)
Method description
|
CIDConnections |
S2SConnectionHandlerIfc.getCIDConnections(CID cid,
boolean createNew) |
String |
S2SConnectionManager.getLocalDBKey(CID connectionCid,
CID keyCid,
String key,
String key_sessionId,
String asking_sessionId) |
String |
S2SConnectionHandlerIfc.getLocalDBKey(CID cid,
CID keyCid,
String remote_key,
String stanzaId,
String sessionId) |
protected String |
ServerConnectionManager.getLocalDBKey(CID cid,
String key,
String forkey_sessionId,
String asking_sessionId) |
protected ServerConnections |
ServerConnectionManager.getServerConnections(CID cid) |
boolean |
S2SIOService.isAuthenticated(CID cid)
Method description
|
protected ServerConnections |
ServerConnectionManager.removeServerConnections(CID cid) |
boolean |
S2SConnectionManager.sendVerifyResult(String elem_name,
CID connCid,
CID keyCid,
Boolean valid,
String key_sessionId,
String serv_sessionId,
String cdata,
boolean handshakingOnly)
Method description
|
boolean |
S2SConnectionHandlerIfc.sendVerifyResult(String elem_name,
CID connCid,
CID keyCid,
Boolean valid,
String key_sessionId,
String serv_sessionId,
String cdata,
boolean handshakingOnly) |
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)
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 © 2014 "Tigase, Inc.". All rights reserved.