Home / Function/ throwUnexpectedMessageTypeEx() — netty Function Reference

throwUnexpectedMessageTypeEx() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a269521d_6b98_a05f_40e6_74c9bd5dcc51["throwUnexpectedMessageTypeEx()"]
  14c61705_9541_276a_37fa_eaab6f15ec5a["HttpObjectEncoder"]
  a269521d_6b98_a05f_40e6_74c9bd5dcc51 -->|defined in| 14c61705_9541_276a_37fa_eaab6f15ec5a
  f4b7407a_0934_4718_fe2e_cb32b6bcf72d["encodeJustHttpMessage()"]
  f4b7407a_0934_4718_fe2e_cb32b6bcf72d -->|calls| a269521d_6b98_a05f_40e6_74c9bd5dcc51
  a61eaa49_0095_25ca_894d_15f990231592["encodeHttpMessageNotLastContent()"]
  a61eaa49_0095_25ca_894d_15f990231592 -->|calls| a269521d_6b98_a05f_40e6_74c9bd5dcc51
  dfbc1010_4c37_d8b8_04e1_8fae7a3f2b99["encodeHttpMessageLastContent()"]
  dfbc1010_4c37_d8b8_04e1_8fae7a3f2b99 -->|calls| a269521d_6b98_a05f_40e6_74c9bd5dcc51
  9ac1b386_8738_51d3_522c_d4e7b37c3049["encodeNotHttpMessageContentTypes()"]
  9ac1b386_8738_51d3_522c_d4e7b37c3049 -->|calls| a269521d_6b98_a05f_40e6_74c9bd5dcc51
  b7f03547_801e_f8bc_8cf5_573799e43a8c["encodeFullHttpMessage()"]
  b7f03547_801e_f8bc_8cf5_573799e43a8c -->|calls| a269521d_6b98_a05f_40e6_74c9bd5dcc51
  style a269521d_6b98_a05f_40e6_74c9bd5dcc51 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectEncoder.java lines 368–371

    private static void throwUnexpectedMessageTypeEx(Object msg, int state) {
        throw new IllegalStateException("unexpected message type: " + StringUtil.simpleClassName(msg)
                + ", state: " + state);
    }

Subdomains

Frequently Asked Questions

What does throwUnexpectedMessageTypeEx() do?
throwUnexpectedMessageTypeEx() is a function in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectEncoder.java.
Where is throwUnexpectedMessageTypeEx() defined?
throwUnexpectedMessageTypeEx() is defined in codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectEncoder.java at line 368.
What calls throwUnexpectedMessageTypeEx()?
throwUnexpectedMessageTypeEx() is called by 5 function(s): encodeFullHttpMessage, encodeHttpMessageLastContent, encodeHttpMessageNotLastContent, encodeJustHttpMessage, encodeNotHttpMessageContentTypes.

Analyze Your Own Codebase

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

Try Supermodel Free