Netty 4.1.5.Final-redhat-1
-
public final class Http2Server
extends Object
A HTTP/2 Server that responds to requests with a Hello World. Once started, you can test the
server with the example client.
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
static void |
main(String[] args) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Http2Server
public Http2Server()
Netty 4.1.5.Final-redhat-1
Copyright © 2008–2016 The Netty Project. All rights reserved.