Interface ReceiveHeadersCallback.Response
- Enclosing interface:
- ReceiveHeadersCallback
public static interface ReceiveHeadersCallback.Response
A response for
ReceiveHeadersCallback
.-
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.
-