Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Simone Bordet 636c7eaeae Fixed handling of max concurrent streams.
There is a difference between the value set via configuration, that
always refer to remote streams (streams initiated by remote peers),
and the value received via SETTINGS frame, that always refer to local
streams (streams initiated locally).
2014-08-05 02:01:34 +02:00
LICENSE-CONTRIBUTOR add cla-tbecker.txt 2012-07-17 21:37:33 +02:00
aggregates [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
apache-jsp [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
apache-jstl [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
dists committing checkpoint for debs 2012-11-20 09:48:52 -06:00
examples Merged branch 'master' into 'jetty-http2'. 2014-08-01 14:02:53 +02:00
jetty-alpn Fixed typo. 2014-08-02 00:02:25 +02:00
jetty-annotations Merge remote-tracking branch 'origin/master' into jetty-http2 2014-07-25 17:37:53 +10:00
jetty-ant [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-client refactored Dispatcher for new HttpURI 2014-07-25 17:28:35 +10:00
jetty-continuation [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-deploy [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-distribution [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-fcgi simplified HttpTransport API 2014-07-31 11:53:51 +10:00
jetty-http Use HttpHeader enum for :path and similar h2 fields 2014-08-02 16:37:43 +10:00
jetty-http-spi [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-http2 Fixed handling of max concurrent streams. 2014-08-05 02:01:34 +02:00
jetty-io Introduced the capability of inserting buffers at a specific index. 2014-08-04 12:12:19 +02:00
jetty-jaas [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-jaspi [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-jmx Merge remote-tracking branch 'origin/master' into jetty-http2 2014-07-23 16:53:13 +10:00
jetty-jndi [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-jsp [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-jspc-maven-plugin [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-maven-plugin Merged branch 'master' into 'jetty-http2'. 2014-08-01 14:02:53 +02:00
jetty-monitor [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-nosql [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-npn Merged branch 'origin/master' into 'jetty-http2'. 2014-06-25 12:34:19 +02:00
jetty-osgi Merge remote-tracking branch 'origin/jetty-http2' into pathresource 2014-08-01 10:17:42 +10:00
jetty-overlay-deployer expanded tabs in indents 2014-07-23 16:49:05 +10:00
jetty-plus [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-proxy Adding some extra proxy tests around spaces in query parameters 2014-08-01 14:50:54 -07:00
jetty-quickstart refined PathResource alias handling 2014-08-02 12:58:24 +10:00
jetty-rewrite refactored Request to use new HttpURI 2014-07-25 15:03:51 +10:00
jetty-rhttp expanded tabs in indents 2014-07-23 16:49:05 +10:00
jetty-runner [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-security [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-server refined PathResource alias handling 2014-08-02 12:58:24 +10:00
jetty-servlet refactored Dispatcher for new HttpURI 2014-07-25 17:28:35 +10:00
jetty-servlets Merge remote-tracking branch 'origin/master' into jetty-http2 2014-08-01 09:50:20 +10:00
jetty-spdy simplified HttpTransport API 2014-07-31 11:53:51 +10:00
jetty-spring [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-start [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-util refined PathResource alias handling 2014-08-02 12:58:24 +10:00
jetty-util-ajax [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-webapp refined PathResource alias handling 2014-08-02 12:58:24 +10:00
jetty-websocket [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
jetty-xml [maven-release-plugin] prepare for next development iteration 2014-07-23 11:18:01 -07:00
tests refactored Request to use new HttpURI 2014-07-25 15:03:51 +10:00
.gitattributes More fixes for Windows build 2013-11-04 16:50:18 -07:00
.gitignore Apply changes resulting from the quickstart project 2014-02-13 12:31:14 +11:00
LICENSE LICENSE 2013-10-03 09:25:10 +10:00
LICENSE-eplv10-aslv20.html 392237 renamed license file 2012-10-18 14:33:23 +11:00
NOTICE.txt Cleaning up some New Years leftovers 2014-01-03 08:18:24 -07:00
README.TXT testing autopush 2014-07-14 11:16:35 -05:00
README.md Initial commit 2013-08-30 07:04:21 -07:00
VERSION.txt Merge remote-tracking branch 'origin/master' into jetty-http2 2014-07-25 17:37:53 +10:00
header-template.txt standardize license header blocks 2012-08-16 19:11:27 -05:00
icon.jpg Add an icon.jpg file to the project. 2011-07-06 14:41:50 -05:00
pom.xml Merge remote-tracking branch 'origin/master' into jetty-http2 2014-07-25 17:37:53 +10:00
settings.xml Windows file mod (0755 to 0655) changes 2014-01-13 19:13:19 -07:00

README.md

jetty-fcgi

Jetty FastCGI Support