tigase.server.bosh
public interface BoshSessionTaskHandler
Modifier and Type | Method and Description |
---|---|
boolean |
addOutStreamClosed(Packet packet,
BoshSession bs) |
boolean |
addOutStreamOpen(Packet packet,
BoshSession bs) |
void |
cancelSendQueueTask(BoshSendQueueTask bt) |
void |
cancelTask(BoshTask bs) |
tigase.xmpp.BareJID |
getSeeOtherHostForJID(tigase.xmpp.BareJID userId,
SeeOtherHostIfc.Phase ph) |
BoshSendQueueTask |
scheduleSendQueueTask(BoshSession tt,
long delay) |
BoshTask |
scheduleTask(BoshSession bs,
long delay) |
void |
writeRawData(BoshIOService ios,
String data) |
BoshTask scheduleTask(BoshSession bs, long delay)
BoshSendQueueTask scheduleSendQueueTask(BoshSession tt, long delay)
void cancelTask(BoshTask bs)
void cancelSendQueueTask(BoshSendQueueTask bt)
void writeRawData(BoshIOService ios, String data)
boolean addOutStreamOpen(Packet packet, BoshSession bs)
boolean addOutStreamClosed(Packet packet, BoshSession bs)
tigase.xmpp.BareJID getSeeOtherHostForJID(tigase.xmpp.BareJID userId, SeeOtherHostIfc.Phase ph)
Copyright © 2013 Tigase. All rights reserved.