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

Jetty/Feature/SPDY



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