Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] http2/https/spdy modules


Note all,

I've reworked the modules for ssl, https, spdy and http2 in the jetty-http2 branch.

Now the ssl module creates the ServerConnector and SslContextFactory.

Each of the https,spdy and http2 modules just adds the appropriate connection factory to the common ServerConnector, rather than create it's own that competes for the same port.

The port is now set with the ssl.port property rather than individual protocol port settings.

The result is that the ssl ServerConnector can now serve any combination of https, http2, spdy/2 and spdy/3

cheers


--
Greg Wilkins <gregw@xxxxxxxxxxx>
http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales
http://www.webtide.com  advice and support for jetty and cometd.

Back to the top