RiverMarshallingEncoderTest Class — netty Architecture
Architecture documentation for the RiverMarshallingEncoderTest class in RiverMarshallingEncoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f6bbf64b_9643_a7ed_c6a5_6bfc4554b94e["RiverMarshallingEncoderTest"] e1436c39_4640_edf2_13d2_807d7cc68ff8["RiverMarshallingEncoderTest.java"] f6bbf64b_9643_a7ed_c6a5_6bfc4554b94e -->|defined in| e1436c39_4640_edf2_13d2_807d7cc68ff8 a54ff2bd_17ba_204a_e44c_f683634b9a1f["ByteBuf()"] f6bbf64b_9643_a7ed_c6a5_6bfc4554b94e -->|method| a54ff2bd_17ba_204a_e44c_f683634b9a1f a9d84a9a_3e8a_f54f_5732_f62ce1038d53["ChannelHandler()"] f6bbf64b_9643_a7ed_c6a5_6bfc4554b94e -->|method| a9d84a9a_3e8a_f54f_5732_f62ce1038d53
Relationship Graph
Source Code
codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverMarshallingEncoderTest.java lines 21–34
public class RiverMarshallingEncoderTest extends RiverCompatibleMarshallingEncoderTest {
@Override
protected ByteBuf truncate(ByteBuf buf) {
buf.readInt();
return buf;
}
@Override
protected ChannelHandler createEncoder() {
return new MarshallingEncoder(createProvider());
}
}
Defined In
Source
Frequently Asked Questions
What is the RiverMarshallingEncoderTest class?
RiverMarshallingEncoderTest is a class in the netty codebase, defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverMarshallingEncoderTest.java.
Where is RiverMarshallingEncoderTest defined?
RiverMarshallingEncoderTest is defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/RiverMarshallingEncoderTest.java at line 21.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free