public interface BOSHClientRequestListener
BOSHClient
instance, built from the
originally provided message body plus additional BOSH protocol
state and information. Messages may also be sent automatically when the
protocol requires it, such as maintaining a minimum number of open
connections to the connection manager.
Listeners are executed by the sending thread immediately prior to
message transmission and should not block for any significant amount
of time.Modifier and Type | Method and Description |
---|---|
void |
requestSent(BOSHMessageEvent event)
Called when the listener is being notified that a client request is
about to be sent to the connection manager.
|
void requestSent(BOSHMessageEvent event)
event
- event instance containing the message being sentCopyright © 2019. All rights reserved.