maxBytesPerReadPair() — netty Function Reference
Architecture documentation for the maxBytesPerReadPair() function in DefaultMaxBytesRecvByteBufAllocator.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b8fc490c_cc7c_0510_249d_074e5f61af33["maxBytesPerReadPair()"] a6fffba9_29a8_b949_2c80_f2125cda627f["DefaultMaxBytesRecvByteBufAllocator"] b8fc490c_cc7c_0510_249d_074e5f61af33 -->|defined in| a6fffba9_29a8_b949_2c80_f2125cda627f 6515f8a3_c96f_d2db_e34e_fbcc71228ed5["DefaultMaxBytesRecvByteBufAllocator()"] 6515f8a3_c96f_d2db_e34e_fbcc71228ed5 -->|calls| b8fc490c_cc7c_0510_249d_074e5f61af33 style b8fc490c_cc7c_0510_249d_074e5f61af33 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/main/java/io/netty/channel/DefaultMaxBytesRecvByteBufAllocator.java lines 168–171
@Override
public synchronized Entry<Integer, Integer> maxBytesPerReadPair() {
return new AbstractMap.SimpleEntry<Integer, Integer>(maxBytesPerRead, maxBytesPerIndividualRead);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does maxBytesPerReadPair() do?
maxBytesPerReadPair() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/DefaultMaxBytesRecvByteBufAllocator.java.
Where is maxBytesPerReadPair() defined?
maxBytesPerReadPair() is defined in transport/src/main/java/io/netty/channel/DefaultMaxBytesRecvByteBufAllocator.java at line 168.
What calls maxBytesPerReadPair()?
maxBytesPerReadPair() is called by 1 function(s): DefaultMaxBytesRecvByteBufAllocator.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free