Home / Type/ ServerHandshakeStateEvent Type — netty Architecture

ServerHandshakeStateEvent Type — netty Architecture

Architecture documentation for the ServerHandshakeStateEvent type/interface in WebSocketServerProtocolHandler.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b8b69c3a_d4e5_ae9a_be4f_991e129c772a["ServerHandshakeStateEvent"]
  8c1d603a_aa1f_712c_b960_89f0dc9c25ca["WebSocketServerProtocolHandler.java"]
  b8b69c3a_d4e5_ae9a_be4f_991e129c772a -->|defined in| 8c1d603a_aa1f_712c_b960_89f0dc9c25ca
  style b8b69c3a_d4e5_ae9a_be4f_991e129c772a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandler.java lines 59–73

    public enum ServerHandshakeStateEvent {
        /**
         * The Handshake was completed successfully and the channel was upgraded to websockets.
         *
         * @deprecated in favor of {@link HandshakeComplete} class,
         * it provides extra information about the handshake
         */
        @Deprecated
        HANDSHAKE_COMPLETE,

        /**
         * The Handshake was timed out
         */
        HANDSHAKE_TIMEOUT
    }

Frequently Asked Questions

What is the ServerHandshakeStateEvent type?
ServerHandshakeStateEvent is a type/interface in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandler.java.
Where is ServerHandshakeStateEvent defined?
ServerHandshakeStateEvent is defined in codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandler.java at line 59.

Analyze Your Own Codebase

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

Try Supermodel Free