7 Commits

Author SHA1 Message Date
Simone Bordet
08b32f8731 Javadocs and API simplification. 2012-02-15 11:49:26 +01:00
Simone Bordet
5fef14e947 Reviewed API and removed the need to specify a version parameter for most Session methods.
This accomplishes two goals: the first is to simplify the API, and the second is that the headers
compression dictionary is likely to change in SPDY v3, and therefore it makes impossible to speak
different SPDY versions on the same session.
2012-02-15 11:08:14 +01:00
Simone Bordet
c191304433 Refactored class name. 2012-02-14 17:41:39 +01:00
Simone Bordet
1c18cba38a Fixed more bugs in flow control. 2012-02-14 10:23:18 +01:00
Simone Bordet
3660537151 Fixed a few bugs in flow control. 2012-02-13 21:44:46 +01:00
Simone Bordet
623ebc3a21 Cleanups and added webapp module for testing with jetty:run. 2012-02-10 17:43:07 +01:00
Simone Bordet
773f3202f8 Refactored project into modules, splitting the Jetty binding and the HTTP layer. 2012-02-10 15:38:22 +01:00