Home / Type/ ClientHandshakeStateEvent Type — netty Architecture

ClientHandshakeStateEvent Type — netty Architecture

Architecture documentation for the ClientHandshakeStateEvent type/interface in WebSocketClientProtocolHandler.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  3ca8e732_56e0_6edc_ce21_ec1455dbaf2e["ClientHandshakeStateEvent"]
  a1626427_cdf2_f684_d0cc_8e4133b726d3["WebSocketClientProtocolHandler.java"]
  3ca8e732_56e0_6edc_ce21_ec1455dbaf2e -->|defined in| a1626427_cdf2_f684_d0cc_8e4133b726d3
  style 3ca8e732_56e0_6edc_ce21_ec1455dbaf2e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler.java lines 62–77

    public enum ClientHandshakeStateEvent {
        /**
         * The Handshake was timed out
         */
        HANDSHAKE_TIMEOUT,

        /**
         * The Handshake was started but the server did not response yet to the request
         */
        HANDSHAKE_ISSUED,

        /**
         * The Handshake was complete successful and so the channel was upgraded to websockets
         */
        HANDSHAKE_COMPLETE
    }

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free