Package org.igniterealtime.jbosh
Interface BOSHClientResponseListener
-
public interface BOSHClientResponseListener
Interface used by parties interested in monitoring inbound responses to the client from the connection manager (CM). No opportunity is provided to manipulate the response. Listeners are executed by the message processing thread and should not block for any significant amount of time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
responseReceived(BOSHMessageEvent event)
Called when the listener is being notified that a response has been received from the connection manager.
-
-
-
Method Detail
-
responseReceived
void responseReceived(BOSHMessageEvent event)
Called when the listener is being notified that a response has been received from the connection manager.- Parameters:
event
- event instance containing the message being sent
-
-