程序包 | 说明 |
---|---|
io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 字段和说明 |
---|---|
static HttpScheme |
HttpScheme.HTTP
Scheme for non-secure HTTP connection.
|
static HttpScheme |
HttpScheme.HTTPS
Scheme for secure HTTP connection.
|
限定符和类型 | 方法和说明 |
---|---|
HttpToHttp2ConnectionHandlerBuilder |
HttpToHttp2ConnectionHandlerBuilder.httpScheme(HttpScheme httpScheme)
Add
scheme in Http2Headers if not already present. |
构造器和说明 |
---|
HttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder,
Http2ConnectionEncoder encoder,
Http2Settings initialSettings,
boolean validateHeaders,
boolean decoupleCloseAndGoAway,
boolean flushPreface,
HttpScheme httpScheme) |
HttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder,
Http2ConnectionEncoder encoder,
Http2Settings initialSettings,
boolean validateHeaders,
boolean decoupleCloseAndGoAway,
HttpScheme httpScheme) |