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