|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.server.bosh.BoshSession
public class BoshSession
Describe class BoshSession here. Created: Tue Jun 5 18:07:23 2007
| Constructor Summary | |
|---|---|
BoshSession(String def_domain,
tigase.xmpp.JID dataReceiver,
BoshSessionTaskHandler handler)
Creates a new BoshSession instance. |
|
| Method Summary | |
|---|---|
void |
close()
Method description |
void |
disconnected(BoshIOService bios)
Method description |
tigase.xmpp.JID |
getDataReceiver()
Method description |
String |
getDomain()
Method description |
String |
getSessionId()
Method description |
UUID |
getSid()
Method description |
void |
init(Packet packet,
BoshIOService service,
long max_wait,
long min_polling,
long max_inactivity,
int concurrent_requests,
int hold_requests,
long max_pause,
Queue<Packet> out_results)
Method description |
void |
processPacket(Packet packet,
Queue<Packet> out_results)
Method description |
void |
processSocketPacket(Packet packet,
BoshIOService service,
Queue<Packet> out_results)
Method description |
void |
setDataReceiver(tigase.xmpp.JID dataReceiver)
Method description |
boolean |
task(Queue<Packet> out_results,
TimerTask tt)
Method description |
void |
terminateBoshSession()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoshSession(String def_domain,
tigase.xmpp.JID dataReceiver,
BoshSessionTaskHandler handler)
BoshSession instance.
def_domain - dataReceiver - handler - | Method Detail |
|---|
public void close()
public void disconnected(BoshIOService bios)
bios - public tigase.xmpp.JID getDataReceiver()
public String getDomain()
public String getSessionId()
public UUID getSid()
public void init(Packet packet,
BoshIOService service,
long max_wait,
long min_polling,
long max_inactivity,
int concurrent_requests,
int hold_requests,
long max_pause,
Queue<Packet> out_results)
packet - service - max_wait - min_polling - max_inactivity - concurrent_requests - hold_requests - max_pause - out_results -
public void processPacket(Packet packet,
Queue<Packet> out_results)
packet - out_results -
public void processSocketPacket(Packet packet,
BoshIOService service,
Queue<Packet> out_results)
packet - service - out_results - public void setDataReceiver(tigase.xmpp.JID dataReceiver)
dataReceiver -
public boolean task(Queue<Packet> out_results,
TimerTask tt)
out_results - tt -
public void terminateBoshSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||