Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

445
Views
Spring Boot HTTP2 Server Push

Found the nice example from Brian Clozel about HTTP/2 and Spring Boot, especially with Server Push: https://github.com/bclozel/http2-experiments. There is an index.html which has some image resources. However, those image are pushed to the server, but I have no idea where exactly this push is initiated from. I don't see any push filters or any other indicators which could lead to push the resources inside the index.html. Any ideas?

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Jetty's PushCacheFilter is configured here in the example.

PushCacheFilter will automatically "learn" what secondary resources are associated to any resource, and will automatically push them.

The example also shows a way to programmatically push a resource. However, that API has been deprecated in favor of using a PushBuilder.

PushBuilder will be part of Servlet 4.0, becoming a standard API.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!