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 HttpSchemeHttpScheme.HTTPScheme for non-secure HTTP connection.static final HttpSchemeHttpScheme.HTTPSScheme for secure HTTP connection. -
Uses of HttpScheme in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 with parameters of type HttpSchemeModifier and TypeMethodDescriptionHttpToHttp2ConnectionHandlerBuilder.httpScheme(HttpScheme httpScheme) AddschemeinHttp2Headersif not already present.Constructors in io.netty.handler.codec.http2 with parameters of type HttpSchemeModifierConstructorDescriptionprotectedHttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, boolean flushPreface, HttpScheme httpScheme) protectedHttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, HttpScheme httpScheme)