Package io.undertow.client
Interface PushCallback
public interface PushCallback
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionboolean
handlePush
(ClientExchange originalRequest, ClientExchange pushedRequest) Handles a server push.
-
Method Details
-
handlePush
Handles a server push. If the push cannot be handled for some reason, this method should return false and the underlying- Parameters:
originalRequest
- The request that initiated the pushpushedRequest
- The pushed request- Returns:
false
if the server wants the push to be rejected
-