Home / Function/ isServer() — netty Function Reference

isServer() — netty Function Reference

Architecture documentation for the isServer() function in Http2MultiplexHandler.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d62c1758_06e8_d0f2_282d_fb82aafdbba4["isServer()"]
  42ad104c_27ce_3949_598d_983571f45120["Http2MultiplexHandler"]
  d62c1758_06e8_d0f2_282d_fb82aafdbba4 -->|defined in| 42ad104c_27ce_3949_598d_983571f45120
  4210b905_a74a_3889_a149_79ceab54fca7["userEventTriggered()"]
  4210b905_a74a_3889_a149_79ceab54fca7 -->|calls| d62c1758_06e8_d0f2_282d_fb82aafdbba4
  6d465bcf_00d0_5886_8379_c985b729d3c1["onHttp2GoAwayFrame()"]
  6d465bcf_00d0_5886_8379_c985b729d3c1 -->|calls| d62c1758_06e8_d0f2_282d_fb82aafdbba4
  style d62c1758_06e8_d0f2_282d_fb82aafdbba4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MultiplexHandler.java lines 322–324

    private static boolean isServer(ChannelHandlerContext ctx) {
        return ctx.channel().parent() instanceof ServerChannel;
    }

Domain

Subdomains

Frequently Asked Questions

What does isServer() do?
isServer() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MultiplexHandler.java.
Where is isServer() defined?
isServer() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MultiplexHandler.java at line 322.
What calls isServer()?
isServer() is called by 2 function(s): onHttp2GoAwayFrame, userEventTriggered.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free