Uses of Interface
io.undertow.client.PushCallback
-
Packages that use PushCallback Package Description io.undertow.client io.undertow.client.http2 -
-
Uses of PushCallback in io.undertow.client
Methods in io.undertow.client with parameters of type PushCallback Modifier and Type Method Description void
ClientExchange. setPushHandler(PushCallback pushCallback)
-
Uses of PushCallback in io.undertow.client.http2
Methods in io.undertow.client.http2 with parameters of type PushCallback Modifier and Type Method Description void
Http2ClientExchange. setPushHandler(PushCallback pushCallback)
-