public interface PushCallback
| Modifier and Type | Method and 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 © 2017 JBoss by Red Hat. All rights reserved.