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