Interface BeforeStartTransactionCallback.Response
- Enclosing interface:
- BeforeStartTransactionCallback
public static interface BeforeStartTransactionCallback.Response
A response for
BeforeStartTransactionCallback
.-
Method Summary
Modifier and TypeMethodDescriptionoverride
(List<HttpHeader> httpHeaders) Notifies the engine that the URL request should be updated with the given HTTP headers.proceed()
Notifies the engine that it should continue without modifying HTTP headers.
-
Method Details
-
override
Notifies the engine that the URL request should be updated with the given HTTP headers. -
proceed
Notifies the engine that it should continue without modifying HTTP headers.
-