public static interface AbstractBoshConnector.BoshPacketSendingHandler extends EventHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
Fired when BOSH packet is sending.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onBoshPacketSending(SessionObject sessionObject,
Element packet)
Called when BoshPacketSendingEvent is fired.
|
void onBoshPacketSending(SessionObject sessionObject, Element packet) throws JaxmppException
sessionObject - session object related to connection.packet - sending BOSH packet.JaxmppExceptionCopyright © 2006–2020 Tigase. All rights reserved.