Home / Function/ WebSocketServerProtocolConfig() — netty Function Reference

WebSocketServerProtocolConfig() — netty Function Reference

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

Function java ProtocolCodecs HTTP calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  81c1d3af_acc9_0c2f_c7f8_fef8a9da5d17["WebSocketServerProtocolConfig()"]
  ef65b8ea_1a4f_4709_808b_c0664bc25c1a["Builder"]
  81c1d3af_acc9_0c2f_c7f8_fef8a9da5d17 -->|defined in| ef65b8ea_1a4f_4709_808b_c0664bc25c1a
  b0c6d5b9_0843_c191_7d7c_d8568b8d3cb1["WebSocketServerProtocolConfig()"]
  b0c6d5b9_0843_c191_7d7c_d8568b8d3cb1 -->|calls| 81c1d3af_acc9_0c2f_c7f8_fef8a9da5d17
  b0c6d5b9_0843_c191_7d7c_d8568b8d3cb1["WebSocketServerProtocolConfig()"]
  81c1d3af_acc9_0c2f_c7f8_fef8a9da5d17 -->|calls| b0c6d5b9_0843_c191_7d7c_d8568b8d3cb1
  style 81c1d3af_acc9_0c2f_c7f8_fef8a9da5d17 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolConfig.java lines 282–294

        public WebSocketServerProtocolConfig build() {
            return new WebSocketServerProtocolConfig(
                websocketPath,
                subprotocols,
                checkStartsWith,
                handshakeTimeoutMillis,
                forceCloseTimeoutMillis,
                handleCloseFrames,
                sendCloseFrame,
                dropPongFrames,
                decoderConfigBuilder == null ? decoderConfig : decoderConfigBuilder.build()
            );
        }

Subdomains

Frequently Asked Questions

What does WebSocketServerProtocolConfig() do?
WebSocketServerProtocolConfig() is a function in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolConfig.java.
Where is WebSocketServerProtocolConfig() defined?
WebSocketServerProtocolConfig() is defined in codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolConfig.java at line 282.
What does WebSocketServerProtocolConfig() call?
WebSocketServerProtocolConfig() calls 1 function(s): WebSocketServerProtocolConfig.
What calls WebSocketServerProtocolConfig()?
WebSocketServerProtocolConfig() is called by 1 function(s): WebSocketServerProtocolConfig.

Analyze Your Own Codebase

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

Try Supermodel Free