|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.server.xmppserver.S2SConnection
public class S2SConnection
Created: Jun 14, 2010 1:19:55 PM
| Constructor Summary | |
|---|---|
S2SConnection(S2SConnectionHandlerIfc<S2SIOService> handler,
String ip)
Constructs ... |
|
| Method Summary | |
|---|---|
void |
addControlPacket(Packet packet)
Method description |
int |
compareTo(S2SConnection o)
Method description |
String |
getIPAddress()
Method description |
S2SIOService |
getS2SIOService()
Method description |
int |
getWaitingControlCount()
Method description |
boolean |
isConnected()
Method description |
void |
sendAllControlPackets()
Method description |
boolean |
sendPacket(Packet packet)
Method description |
void |
setS2SIOService(S2SIOService serv)
Method description |
String |
toString()
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public S2SConnection(S2SConnectionHandlerIfc<S2SIOService> handler,
String ip)
handler - ip - | Method Detail |
|---|
public void addControlPacket(Packet packet)
packet - public int compareTo(S2SConnection o)
compareTo in interface Comparable<S2SConnection>o -
public String getIPAddress()
public S2SIOService getS2SIOService()
public int getWaitingControlCount()
public boolean isConnected()
public void sendAllControlPackets()
public boolean sendPacket(Packet packet)
throws IOException
packet -
IOExceptionpublic void setS2SIOService(S2SIOService serv)
serv - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||