public static class AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent extends JaxmppEvent<AbstractBoshConnector.BoshPacketReceivedHandler>
sessionObject| Constructor and Description |
|---|
BoshPacketReceivedEvent(SessionObject sessionObject,
int responseCode,
Element response,
String responseData) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AbstractBoshConnector.BoshPacketReceivedHandler handler)
Invokes handlers method.
|
String |
getReceivedData() |
Element |
getResponse() |
int |
getResponseCode() |
getSessionObjectpublic BoshPacketReceivedEvent(SessionObject sessionObject, int responseCode, Element response, String responseData)
protected void dispatch(AbstractBoshConnector.BoshPacketReceivedHandler handler)
Eventdispatch in class Event<AbstractBoshConnector.BoshPacketReceivedHandler>handler - handlerpublic String getReceivedData()
public Element getResponse()
public int getResponseCode()
Copyright © 2006–2016 Tigase. All rights reserved.