Uses of Class
io.netty.handler.codec.http.HttpScheme
-
Packages that use HttpScheme 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. -
-
Uses of HttpScheme in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as HttpScheme Modifier and Type Field Description static HttpSchemeHttpScheme. HTTPScheme for non-secure HTTP connection.static HttpSchemeHttpScheme. HTTPSScheme for secure HTTP connection. -
Uses of HttpScheme in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as HttpScheme Modifier and Type Field Description private HttpSchemeHttpToHttp2ConnectionHandler. httpSchemeprivate HttpSchemeHttpToHttp2ConnectionHandlerBuilder. httpSchemeFields in io.netty.handler.codec.http2 with type parameters of type HttpScheme Modifier and Type Field Description private static AttributeKey<HttpScheme>Http2StreamFrameToHttpObjectCodec. SCHEME_ATTR_KEYMethods in io.netty.handler.codec.http2 that return HttpScheme Modifier and Type Method Description private static HttpSchemeHttp2StreamFrameToHttpObjectCodec. connectionScheme(ChannelHandlerContext ctx)Methods in io.netty.handler.codec.http2 that return types with arguments of type HttpScheme Modifier and Type Method Description private static Attribute<HttpScheme>Http2StreamFrameToHttpObjectCodec. connectionSchemeAttribute(ChannelHandlerContext ctx)Methods in io.netty.handler.codec.http2 with parameters of type HttpScheme Modifier and Type Method Description HttpToHttp2ConnectionHandlerBuilderHttpToHttp2ConnectionHandlerBuilder. httpScheme(HttpScheme httpScheme)AddschemeinHttp2Headersif not already present.Constructors in io.netty.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)
-