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
Modifier and TypeMethodDescriptionvoid
responseReceived
(BOSHMessageEvent event) Called when the listener is being notified that a response has been received from the connection manager.
-
Method Details
-
responseReceived
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
-