Uses of Interface
jakarta.servlet.http.PushBuilder
Package
Description
The jakarta.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
-
Uses of PushBuilder in jakarta.servlet.http
Modifier and TypeMethodDescriptionDeprecated.Add a request header to be used for the push.Deprecated.Set the method to be used for the push.default PushBuilder
HttpServletRequest.newPushBuilder()
Deprecated.In favor of 103 early hintsHttpServletRequestWrapper.newPushBuilder()
Deprecated.In favor of 103 early hintsDeprecated.Set the URI path to be used for the push.PushBuilder.queryString
(String queryString) Deprecated.Set the query string to be used for the push.PushBuilder.removeHeader
(String name) Deprecated.Remove the named request header.Deprecated.Set the SessionID to be used for the push.Deprecated.Set a request header to be used for the push.