@Beta
public interface ODataRequestListener
Modifier and Type | Method and Description |
---|---|
void |
listenOnParsingError(Exception error)
Handler to react on an error during response parsing.
|
void |
listenOnRequest(org.apache.http.client.methods.HttpRequestBase request)
Handler to react before execution of an HTTP request.
|
void |
listenOnRequestError(Exception error)
Handler to react on an error during request generation.
|
void listenOnRequest(@Nonnull org.apache.http.client.methods.HttpRequestBase request)
request
- The HTTP request.void listenOnRequestError(@Nonnull Exception error)
error
- The exception reference.Copyright © 2020 SAP SE. All rights reserved.