Questions tagged [jetty-9]

Version 9 of Jetty, a widely used async java based http server and servlet engine supporting WebSockets, SPDY protocols, JSR356 (from 9.1), HTTP/2 (from 9.3).

Version 9 of Jetty, a widely used async java based http server and servlet engine supporting WebSockets, SPDY protocols, JSR356 (from 9.1), HTTP/2 (from 9.3).

Jetty versions

594 questions
6
votes
0 answers

Kill or interrupt threads when client closes connection

I'm using jetty-9 embedded for a proxy application (hosting netflix zuul). Unfortunately, some of the services behind the proxy have very long (as in one-hour long) timeouts. Most clients don't wait around for an hour. However, since the jetty…
jamie
  • 2,963
  • 1
  • 26
  • 27
6
votes
1 answer

Enable HTTP2 with maven-jetty-plugin

I've enabled HTTP/2 connector over SSL with jetty. When I try to connect with the browser I get an 'ERR_SSL_PROTOCOL_ERROR' error. If I switch to HTTP/1.1 connector everything works fine. Here are my jetty configuration files: