HttpScheme() — netty Function Reference
Architecture documentation for the HttpScheme() function in Http2StreamFrameToHttpObjectCodec.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c5af41c1_7ec9_ecb8_02bd_08f7c5475267["HttpScheme()"] 28068ec0_f470_e63a_089d_e0d46f43718e["Http2StreamFrameToHttpObjectCodec"] c5af41c1_7ec9_ecb8_02bd_08f7c5475267 -->|defined in| 28068ec0_f470_e63a_089d_e0d46f43718e 7f1a2333_ea20_bf69_5e3e_cc03fbd23341["connectionSchemeAttribute()"] c5af41c1_7ec9_ecb8_02bd_08f7c5475267 -->|calls| 7f1a2333_ea20_bf69_5e3e_cc03fbd23341 style c5af41c1_7ec9_ecb8_02bd_08f7c5475267 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/Http2StreamFrameToHttpObjectCodec.java lines 240–243
private static HttpScheme connectionScheme(ChannelHandlerContext ctx) {
final HttpScheme scheme = connectionSchemeAttribute(ctx).get();
return scheme == null ? HttpScheme.HTTP : scheme;
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does HttpScheme() do?
HttpScheme() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2StreamFrameToHttpObjectCodec.java.
Where is HttpScheme() defined?
HttpScheme() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2StreamFrameToHttpObjectCodec.java at line 240.
What does HttpScheme() call?
HttpScheme() calls 1 function(s): connectionSchemeAttribute.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free