public final class Launcher
extends java.lang.Object
Launches both Http and Http2 servers using Netty to display a set of images and simulate latency. It is a Netty version of the Go lang HTTP2 tiles demo.
Please note that if you intent to use the JDK provider for SSL, you MUST use JDK 1.8. Previous JDK versions don't have any cipher suite that is suitable for use with HTTP/2. The associated ALPN library for your JDK version can be found here: https://eclipse.org/jetty/documentation/current/alpn-chapter.html#alpn-versions. Alternatively, you can use the OpenSsl provider. Please make sure that you run OpenSsl version 1.0.2 or greater.
构造器和说明 |
---|
Launcher() |
限定符和类型 | 方法和说明 |
---|---|
static void |
main(java.lang.String[] args) |