Uses of Interface
java.net.http.HttpResponse.PushPromiseHandler.PushId
Packages that use HttpResponse.PushPromiseHandler.PushId
-
Uses of HttpResponse.PushPromiseHandler.PushId in java.net.http
Classes in java.net.http that implement HttpResponse.PushPromiseHandler.PushIdModifier and TypeClassDescriptionstatic final recordRepresents an HTTP/3 PushId.Methods in java.net.http with parameters of type HttpResponse.PushPromiseHandler.PushIdModifier and TypeMethodDescriptiondefault voidHttpResponse.PushPromiseHandler.applyPushPromise(HttpRequest initiatingRequest, HttpRequest pushPromiseRequest, HttpResponse.PushPromiseHandler.PushId pushid, Function<HttpResponse.BodyHandler<T>, CompletableFuture<HttpResponse<T>>> acceptor) Notification of the first occurrence of an HTTP/3 incoming push promise.default voidHttpResponse.PushPromiseHandler.notifyAdditionalPromise(HttpRequest initiatingRequest, HttpResponse.PushPromiseHandler.PushId pushid) Invoked for each additional HTTP/3 Push Promise.