public interface PushCallback
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
handlePush(ClientExchange originalRequest,
ClientExchange pushedRequest) |
Handles a server push.
|
boolean handlePush(ClientExchange originalRequest, ClientExchange pushedRequest)
originalRequest - The request that initiated the pushpushedRequest - The pushed requestfalse if the server wants the push to be rejectedCopyright © 2018. All rights reserved.