Uses of Interface
org.apache.wicket.http2.markup.head.PushBuilder
-
-
Uses of PushBuilder in org.apache.wicket.http2
Methods in org.apache.wicket.http2 that return PushBuilder Modifier and Type Method Description PushBuilder
Http2Settings. getPushBuilder()
Gets the push builder which has been initializedMethods in org.apache.wicket.http2 with parameters of type PushBuilder Modifier and Type Method Description Http2Settings
Http2Settings. setPushBuilder(PushBuilder pushBuilder)
Sets the push builder that has been initialized -
Uses of PushBuilder in org.apache.wicket.http2.markup.head
Classes in org.apache.wicket.http2.markup.head that implement PushBuilder Modifier and Type Class Description class
NoopPushBuilder
The noop push builder is used to inform the dev to place in a vendor specific jar to support the push builder API -
Uses of PushBuilder in org.apache.wicket.http2.markup.head.jetty
Classes in org.apache.wicket.http2.markup.head.jetty that implement PushBuilder Modifier and Type Class Description class
Jetty9PushBuilder
Allows to push resources with the Jetty 9.3+ specific push builder API -
Uses of PushBuilder in org.apache.wicket.http2.markup.head.servlet4
Classes in org.apache.wicket.http2.markup.head.servlet4 that implement PushBuilder Modifier and Type Class Description class
Servlet4PushBuilder
Allows to push resources with the Servlet 4 specific push builder API -
Uses of PushBuilder in org.apache.wicket.http2.markup.head.tomcat
Classes in org.apache.wicket.http2.markup.head.tomcat that implement PushBuilder Modifier and Type Class Description class
Tomcat85PushBuilder
Allows to push resources with the Tomcat 8.5+ specific push builder API -
Uses of PushBuilder in org.apache.wicket.http2.markup.head.undertow
Classes in org.apache.wicket.http2.markup.head.undertow that implement PushBuilder Modifier and Type Class Description class
UndertowPushBuilder
Allows to push resources with the Undertow 2+ specific push builder API
-