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