Uses of Class
io.netty5.handler.codec.http.HttpScheme
-
Packages that use HttpScheme Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of HttpScheme in io.netty5.handler.codec.http
Fields in io.netty5.handler.codec.http declared as HttpScheme Modifier and Type Field Description static HttpScheme
HttpScheme. HTTP
Scheme for non-secure HTTP connection.static HttpScheme
HttpScheme. HTTPS
Scheme for secure HTTP connection. -
Uses of HttpScheme in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 with parameters of type HttpScheme Modifier and Type Method Description HttpToHttp2ConnectionHandlerBuilder
HttpToHttp2ConnectionHandlerBuilder. httpScheme(HttpScheme httpScheme)
Addscheme
inHttp2Headers
if not already present.Constructors in io.netty5.handler.codec.http2 with parameters of type HttpScheme Constructor 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)
-