Uses of Class
org.glassfish.grizzly.http.server.http2.PushBuilder
Packages that use PushBuilder
-
Uses of PushBuilder in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return PushBuilder -
Uses of PushBuilder in org.glassfish.grizzly.http.server.http2
Methods in org.glassfish.grizzly.http.server.http2 that return PushBuilderModifier and TypeMethodDescriptionAdd a request header to be used for the push.PushBuilder.method(org.glassfish.grizzly.http.Method method) Set the method to be used for the push.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.Methods in org.glassfish.grizzly.http.server.http2 with parameters of type PushBuilderModifier and TypeMethodDescriptionstatic PushEventPushEvent.create(PushBuilder builder) Construct a newPushEventbased on the values contained within the providedPushBuilder.