|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.net.IOService<RefObject>
tigase.xmpp.XMPPIOService<Object>
tigase.server.xmppserver.S2SIOService
public class S2SIOService
Created: Jun 14, 2010 12:30:53 PM
| Field Summary | |
|---|---|
static String |
HANDSHAKING_DOMAIN_KEY
|
protected static String |
HANDSHAKING_ONLY_KEY
|
static String |
S2S_CONNECTION_KEY
Field description |
| Fields inherited from class tigase.xmpp.XMPPIOService |
|---|
CROSS_DOMAIN_POLICY_FILE_PROP_KEY, CROSS_DOMAIN_POLICY_FILE_PROP_VAL, parser, writeInProgress |
| Fields inherited from class tigase.net.IOService |
|---|
CERT_CHECK_RESULT, HOSTNAME_KEY, PORT_TYPE_PROP_KEY, SESSION_ID_KEY |
| Constructor Summary | |
|---|---|
S2SIOService()
|
|
| Method Summary | |
|---|---|
void |
addCID(CID cid)
Adds another connection id (CID) to the authenticated list for this connection |
Set<CID> |
getCIDs()
Method description |
S2SConnection |
getS2SConnection()
Method description |
String |
getSessionId()
Method description |
boolean |
isAuthenticated()
Method description |
boolean |
isAuthenticated(CID cid)
Method description |
boolean |
isHandshakingOnly()
Method description |
void |
setDBKey(String key)
Method description |
void |
setS2SConnection(S2SConnection s2s_conn)
Method description |
void |
setSessionId(String session_id)
Method description |
String |
toString()
Method description |
| Methods inherited from class tigase.xmpp.XMPPIOService |
|---|
addPacketToSend, addReceivedPacket, checkData, getReceivedPackets, getXMLNS, processSocketData, processWaitingPackets, receivedPackets, setIOServiceListener, setXMLNS, stop, writeRawData, xmppStreamClosed, xmppStreamOpen, xmppStreamOpened |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String S2S_CONNECTION_KEY
public static final String HANDSHAKING_DOMAIN_KEY
protected static final String HANDSHAKING_ONLY_KEY
| Constructor Detail |
|---|
public S2SIOService()
| Method Detail |
|---|
public void addCID(CID cid)
cid - public Set<CID> getCIDs()
public S2SConnection getS2SConnection()
public String getSessionId()
public boolean isAuthenticated(CID cid)
cid -
public boolean isAuthenticated()
public boolean isHandshakingOnly()
public void setDBKey(String key)
key - public void setS2SConnection(S2SConnection s2s_conn)
s2s_conn - public void setSessionId(String session_id)
session_id - public String toString()
toString in class IOService<Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||