Package | Description |
---|---|
io.netty.example.http2.tiles | |
io.netty.example.spdy.server |
This package contains an example SPDY HTTP web server.
|
Modifier and Type | Class and Description |
---|---|
class |
Http2OrHttpHandler
Used during protocol negotiation, the main function of this handler is to
return the HTTP/1.1 or HTTP/2 handler once the protocol has been negotiated.
|
Modifier and Type | Class and Description |
---|---|
class |
SpdyOrHttpHandler
Negotiates with the browser if SPDY or HTTP is going to be used.
|
Copyright © 2008–2020 The Netty Project. All rights reserved.