Uses of Interface
org.eclipse.jetty.server.PushBuilder
Packages that use PushBuilder
-
Uses of PushBuilder in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement PushBuilderMethods in org.eclipse.jetty.server that return PushBuilderModifier and TypeMethodDescriptionAdd a header to be used for the push.PushBuilder.conditional
(boolean conditional) Set if the request is to be conditional.PushBuilderImpl.conditional
(boolean conditional) Set the etag to be used for conditional pushes.Request.getPushBuilder()
Get a PushBuilder associated with this request initialized as follows: The method is initialized to "GET" The headers from this request are copied to the Builder, except for: Conditional headers (eg.PushBuilder.lastModified
(String lastModified) Set the last modified date to be used for conditional pushes.PushBuilderImpl.lastModified
(String lastModified) 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.PushBuilderImpl.queryString
(String queryString) PushBuilder.removeHeader
(String name) Remove the named header.PushBuilderImpl.removeHeader
(String name) Set the SessionID to be used for the push.Set a header to be used for the push.