Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-08-14 21:05:35 +0000
committerSimone Bordet2014-08-14 21:05:35 +0000
commit48b1f9f3f1e472588b1f4118e8fda101bfe3a1c8 (patch)
treefa6b2d5742a308a03c1dcb9a7f40ab8160d9c46a /jetty-monitor/pom.xml
parenta2360bd542c28222ee91ee36f383b4a03caef9ba (diff)
downloadorg.eclipse.jetty.project-48b1f9f3f1e472588b1f4118e8fda101bfe3a1c8.tar.gz
org.eclipse.jetty.project-48b1f9f3f1e472588b1f4118e8fda101bfe3a1c8.tar.xz
org.eclipse.jetty.project-48b1f9f3f1e472588b1f4118e8fda101bfe3a1c8.zip
Implemented HTTP/2 push functionality.
A PushCacheFilter contains the logic to associate secondary resources to primary resources. PushCacheFilter calls a Jetty-specific API on the request dispatcher: Dispatcher.push(ServletRequest). This is a technology preview of the push functionality slated for Servlet 4.0. The push() invocation arrives to the transport and it is converted to HTTP/2 specific PUSH_PROMISE, along with the mechanism to simulate the request for the secondary resource.
Diffstat (limited to 'jetty-monitor/pom.xml')
0 files changed, 0 insertions, 0 deletions

Back to the top