Interface ExchangeCompletionListener


  • public interface ExchangeCompletionListener
    Listener interface for events that are run at the completion of a request/response cycle (i.e. when the request has been completely read, and the response has been fully written). At this point it is to late to modify the exchange further. Completion listeners are invoked in reverse order,
    Author:
    Stuart Douglas