public interface HttpProviderListener
HttpProviderEndpoint and
to handle some Jetty client events| Modifier and Type | Method and Description |
|---|---|
void |
onRequestCommited(javax.jbi.messaging.MessageExchange jbiExchange,
HttpProviderEndpoint.Exchange httpExchange)
Called when the Jetty HTTP exchange gets committed, also passing along the corresponding JBI exchange
|
void |
onRequestComplete(javax.jbi.messaging.MessageExchange jbiExchange,
HttpProviderEndpoint.Exchange httpExchange)
Called when the Jetty HTTP exchange is completed, also passing along the corresponding JBI exchange
|
void |
startJettyClientMonitoring(org.eclipse.jetty.client.HttpClient client) |
void |
stopJettyClientMonitoring(org.eclipse.jetty.client.HttpClient client)
Called when the endpoint stops using the Jetty client instance
|
void startJettyClientMonitoring(org.eclipse.jetty.client.HttpClient client)
void stopJettyClientMonitoring(org.eclipse.jetty.client.HttpClient client)
client - the Jetty client instancevoid onRequestCommited(javax.jbi.messaging.MessageExchange jbiExchange,
HttpProviderEndpoint.Exchange httpExchange)
jbiExchange - the JBI message exchangehttpExchange - the Jetty HTTP exchangevoid onRequestComplete(javax.jbi.messaging.MessageExchange jbiExchange,
HttpProviderEndpoint.Exchange httpExchange)
jbiExchange - the JBI message exchangehttpExchange - the Jetty HTTP exchangeCopyright © 2005-2014 FuseSource. All Rights Reserved.