Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Feature/SPDY"

< Jetty‎ | Feature
Line 4: Line 4:
 
The [http://www.chromium.org/spdy SPDY] protocol is supported in Jetty since version 7.6.2 and 8.1.2.
 
The [http://www.chromium.org/spdy SPDY] protocol is supported in Jetty since version 7.6.2 and 8.1.2.
  
The SPDY protocol is normally advertised by server deployed over TLS, via the [[/NPN|Next Protocol Negotiation TLS Extension]] (NPN).
+
The SPDY protocol is normally advertised by server deployed over TLS, via the [[Jetty/Feature/NPN|Next Protocol Negotiation TLS Extension]] (NPN).
 
In order to provide the best support possible for SPDY, the Jetty project provides also an implementation for NPN.
 
In order to provide the best support possible for SPDY, the Jetty project provides also an implementation for NPN.
  

Revision as of 13:41, 9 March 2012



Introduction

The SPDY protocol is supported in Jetty since version 7.6.2 and 8.1.2.

The SPDY protocol is normally advertised by server deployed over TLS, via the Next Protocol Negotiation TLS Extension (NPN). In order to provide the best support possible for SPDY, the Jetty project provides also an implementation for NPN.

Both the SPDY and the NPN implementation require OpenJDK 1.7 or greater.

Feature

TODO

Back to the top