Home / Class/ RiverThreadLocalCompatibleMarshallingDecoderTest Class — netty Architecture

RiverThreadLocalCompatibleMarshallingDecoderTest Class — netty Architecture

Architecture documentation for the RiverThreadLocalCompatibleMarshallingDecoderTest class in RiverThreadLocalCompatibleMarshallingDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  10f180a7_e50f_1afe_a415_a0245fe94f3e["RiverThreadLocalCompatibleMarshallingDecoderTest"]
  cabbb206_cf22_b6b8_982f_78ae7fc9ad9b["RiverThreadLocalCompatibleMarshallingDecoderTest.java"]
  10f180a7_e50f_1afe_a415_a0245fe94f3e -->|defined in| cabbb206_cf22_b6b8_982f_78ae7fc9ad9b
  03172227_d3df_39de_e896_99df1e8ddc91["UnmarshallerProvider()"]
  10f180a7_e50f_1afe_a415_a0245fe94f3e -->|method| 03172227_d3df_39de_e896_99df1e8ddc91

Relationship Graph

Source Code

codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverThreadLocalCompatibleMarshallingDecoderTest.java lines 21–28

public class RiverThreadLocalCompatibleMarshallingDecoderTest extends RiverCompatibleMarshallingDecoderTest {

    @Override
    protected UnmarshallerProvider createProvider(MarshallerFactory factory, MarshallingConfiguration config) {
        return new ThreadLocalUnmarshallerProvider(factory, config);
    }

}

Frequently Asked Questions

What is the RiverThreadLocalCompatibleMarshallingDecoderTest class?
RiverThreadLocalCompatibleMarshallingDecoderTest is a class in the netty codebase, defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverThreadLocalCompatibleMarshallingDecoderTest.java.
Where is RiverThreadLocalCompatibleMarshallingDecoderTest defined?
RiverThreadLocalCompatibleMarshallingDecoderTest is defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverThreadLocalCompatibleMarshallingDecoderTest.java at line 21.

Analyze Your Own Codebase

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

Try Supermodel Free