Simone Bordet 142a1058ba Rolled back changes where SPDY listeners were notified asynchronously in a different thread.
Since the SPDY API can be fully asynchronous, there is no strict need to introduce this extra
asynchronous layer, although it requires that applications use fully asynchronous API and
never block.

The HTTP layer remains asynchronous (servlets are invoked asynchronously in a different thread).

Eventually, we may introduce a SessionFrameListener.Async interface that allows applications
to be invoked asynchronously in a different thread, but that requires some implementation
magic, in particular to invoke correctly IdleListener callbacks.
2012-03-03 00:23:53 +01:00
2012-03-02 16:24:07 +01:00
2012-02-22 21:11:52 +01:00
2012-02-01 21:51:27 +01:00

Java Client and Server SPDY Protocol Implementation

A pure Java implementation of the SPDY protocol

http://www.chromium.org/spdy

Description
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Readme Multiple Licenses 368 MiB
Languages
Java 98.9%
AMPL 0.4%
JavaScript 0.4%
Shell 0.1%
HTML 0.1%