public class FileWritingHttpClientListener extends Object implements HttpClientListener
Constructor and Description |
---|
FileWritingHttpClientListener() |
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 . |
public void onRequest(String reducedUri)
HttpClientListener
HttpClientWrapper
, this method will be called prior to the
execution of the HttpClient
.onRequest
in interface HttpClientListener
reducedUri
- The URI used with the HttpClient
, truncated by the query and the fragment.Copyright © 2019 SAP SE. All rights reserved.