程序包 | 说明 |
---|---|
io.netty.example.http2.tiles | |
io.netty.example.spdy.server |
This package contains an example SPDY HTTP web server.
|
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
SpdyOrHttpHandler
Negotiates with the browser if SPDY or HTTP is going to be used.
|