public interface HttpClientListener
HttpClient
is about to be executed in the
HttpClientWrapper
.Modifier and Type | Method and Description |
---|---|
void |
onRequest(String reducedUri)
If the listener is registered with the
HttpClientWrapper , this method will be called prior to the
execution of the HttpClient . |
void onRequest(String reducedUri)
HttpClientWrapper
, this method will be called prior to the
execution of the HttpClient
.reducedUri
- The URI used with the HttpClient
, truncated by the query and the fragment.Copyright © 2018 SAP SE. All rights reserved.