public static interface BeforeStartTransactionCallback.Response
BeforeStartTransactionCallback
.Modifier and Type | Method and Description |
---|---|
static BeforeStartTransactionCallback.Response |
override(java.util.List<HttpHeader> httpHeaders)
Notifies the engine that the URL request should be updated with the given HTTP headers.
|
static BeforeStartTransactionCallback.Response |
proceed()
Notifies the engine that it should continue without modifying HTTP headers.
|
static BeforeStartTransactionCallback.Response override(java.util.List<HttpHeader> httpHeaders)
static BeforeStartTransactionCallback.Response proceed()