Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Field and Description |
---|---|
static HttpScheme |
HttpScheme.HTTP
Scheme for non-secure HTTP connection.
|
static HttpScheme |
HttpScheme.HTTPS
Scheme for secure HTTP connection.
|
Modifier and Type | Method and Description |
---|---|
HttpToHttp2ConnectionHandlerBuilder |
HttpToHttp2ConnectionHandlerBuilder.httpScheme(HttpScheme httpScheme)
Add
scheme in Http2Headers if not already present. |
Constructor and Description |
---|
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) |
Copyright © 2008–2024 The Netty Project. All rights reserved.