Home / Function/ assertEncodedResponse() — netty Function Reference

assertEncodedResponse() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  b5923f89_ec88_7b8c_42e2_99970d204fc4["assertEncodedResponse()"]
  32ab04b0_6c83_d4f7_6483_fd304f908331["HttpContentCompressorTest"]
  b5923f89_ec88_7b8c_42e2_99970d204fc4 -->|defined in| 32ab04b0_6c83_d4f7_6483_fd304f908331
  a0c6bdfa_9ab1_b97b_c252_b1958f89a1f7["testSplitContent()"]
  a0c6bdfa_9ab1_b97b_c252_b1958f89a1f7 -->|calls| b5923f89_ec88_7b8c_42e2_99970d204fc4
  33d61232_3242_8775_7fe0_d3daa425ef5c["testChunkedContent()"]
  33d61232_3242_8775_7fe0_d3daa425ef5c -->|calls| b5923f89_ec88_7b8c_42e2_99970d204fc4
  6ed673e6_989a_48f5_c1bc_d2bcd90e75ae["testChunkedContentWithTrailingHeader()"]
  6ed673e6_989a_48f5_c1bc_d2bcd90e75ae -->|calls| b5923f89_ec88_7b8c_42e2_99970d204fc4
  6cd41577_9a9b_c349_babb_f7eb209e86f1["testFullContent()"]
  6cd41577_9a9b_c349_babb_f7eb209e86f1 -->|calls| b5923f89_ec88_7b8c_42e2_99970d204fc4
  24c68591_6b2f_9742_9e05_ac6ce1a5e175["testExecutorPreserveOrdering()"]
  24c68591_6b2f_9742_9e05_ac6ce1a5e175 -->|calls| b5923f89_ec88_7b8c_42e2_99970d204fc4
  088c32ee_5b99_1d6b_8bee_8b4d40025262["testEmptySplitContent()"]
  088c32ee_5b99_1d6b_8bee_8b4d40025262 -->|calls| b5923f89_ec88_7b8c_42e2_99970d204fc4
  00cb7994_e42e_f16d_2499_2a019e534e44["testMultipleAcceptEncodingHeaders()"]
  00cb7994_e42e_f16d_2499_2a019e534e44 -->|calls| b5923f89_ec88_7b8c_42e2_99970d204fc4
  style b5923f89_ec88_7b8c_42e2_99970d204fc4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/HttpContentCompressorTest.java lines 1001–1006

    private static void assertEncodedResponse(EmbeddedChannel ch) {
        Object o = ch.readOutbound();
        assertInstanceOf(HttpResponse.class, o);

        assertEncodedResponse((HttpResponse) o);
    }

Domain

Subdomains

Frequently Asked Questions

What does assertEncodedResponse() do?
assertEncodedResponse() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpContentCompressorTest.java.
Where is assertEncodedResponse() defined?
assertEncodedResponse() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpContentCompressorTest.java at line 1001.
What calls assertEncodedResponse()?
assertEncodedResponse() is called by 7 function(s): testChunkedContent, testChunkedContentWithTrailingHeader, testEmptySplitContent, testExecutorPreserveOrdering, testFullContent, testMultipleAcceptEncodingHeaders, testSplitContent.

Analyze Your Own Codebase

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

Try Supermodel Free