Interface | Description |
---|---|
PushBuilder |
Used to delegate the push call to the vendor specific push builder API
|
Class | Description |
---|---|
Jetty9PushBuilder |
Allows to push resources with the Jetty 9.3+ specific push builder API
|
NoopPushBuilder |
The noop push builder is used to inform the dev to place in a vendor specific jar to support the
push builder API
|
PushHeaderItem |
A push header item to be used in the http/2 context and to reduce the latency of the web
application.
|
PushItem |
The object to be pushed.
|
PushItemHeaderValue |
A push header to be applied when the resource is pushed
|
Servlet4PushBuilder |
Allows to push resources with the Servlet 4 specific push builder API
|
Tomcat85PushBuilder |
Allows to push resources with the Tomcat 8.5+ specific push builder API
|
UndertowPushBuilder |
Allows to push resources with the Undertow 2+ specific push builder API
|
Enum | Description |
---|---|
PushItemHeaderValue.HeaderOperation |
The header operation to be used
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.