Uses of Class
io.netty.handler.codec.http.HttpScheme
Packages that use HttpScheme
Package
Description
Encoder, decoder and their related message types for HTTP.
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 HttpSchemeModifier and TypeFieldDescriptionstatic final HttpScheme
HttpScheme.HTTP
Scheme for non-secure HTTP connection.static final HttpScheme
HttpScheme.HTTPS
Scheme for secure HTTP connection. -
Uses of HttpScheme in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as HttpSchemeModifier and TypeFieldDescriptionprivate HttpScheme
HttpToHttp2ConnectionHandler.httpScheme
private HttpScheme
HttpToHttp2ConnectionHandlerBuilder.httpScheme
Fields in io.netty.handler.codec.http2 with type parameters of type HttpSchemeModifier and TypeFieldDescriptionprivate static final AttributeKey
<HttpScheme> Http2StreamFrameToHttpObjectCodec.SCHEME_ATTR_KEY
Methods in io.netty.handler.codec.http2 that return HttpSchemeModifier and TypeMethodDescriptionprivate static HttpScheme
Http2StreamFrameToHttpObjectCodec.connectionScheme
(ChannelHandlerContext ctx) Methods in io.netty.handler.codec.http2 that return types with arguments of type HttpSchemeModifier and TypeMethodDescriptionprivate static Attribute
<HttpScheme> Http2StreamFrameToHttpObjectCodec.connectionSchemeAttribute
(ChannelHandlerContext ctx) Methods in io.netty.handler.codec.http2 with parameters of type HttpSchemeModifier and TypeMethodDescriptionHttpToHttp2ConnectionHandlerBuilder.httpScheme
(HttpScheme httpScheme) Addscheme
inHttp2Headers
if not already present.Constructors in io.netty.handler.codec.http2 with parameters of type HttpSchemeModifierConstructorDescriptionprotected
HttpToHttp2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, boolean flushPreface, HttpScheme httpScheme) protected
HttpToHttp2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, HttpScheme httpScheme)