类 | 说明 |
---|---|
HelloWorldHttp1Handler |
HTTP handler that responds with a "Hello World"
|
HelloWorldHttp2Handler |
A simple handler that responds with the message "Hello World!".
|
HelloWorldHttp2HandlerBuilder | |
Http2OrHttpHandler |
Negotiates with the browser if HTTP2 or HTTP is going to be used.
|
Http2Server |
An HTTP/2 Server that responds to requests with a Hello World.
|
Http2ServerInitializer |
Sets up the Netty pipeline for the example server.
|