Uses of Interface
jakarta.servlet.http.PushBuilder
Packages that use 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
Methods in jakarta.servlet.http that return PushBuilderModifier and TypeMethodDescriptionAdd a request header to be used for the push.Set the method to be used for the push.default PushBuilder
HttpServletRequest.newPushBuilder()
Instantiates a new instance ofPushBuilder
for issuing server push responses from the current request.HttpServletRequestWrapper.newPushBuilder()
The default behavior of this method is to call newPushBuilder on the wrapped request object.Set the URI path to be used for the push.PushBuilder.queryString
(String queryString) Set the query string to be used for the push.PushBuilder.removeHeader
(String name) Remove the named request header.Set the SessionID to be used for the push.Set a request header to be used for the push.