Home / Subdomains / Allocators

Allocators

Browse all 14511 subdomain entities categorized under Allocators in the netty Architecture Docs architecture documentation.

14511 entities · Page 181 of 303

shouldNotAcceptNullLogLevel() — netty Function Reference
Architecture documentation for the shouldNotAcceptNullLogLevel() function in LoggingHandlerTest.java from the netty codebase.
Function java
teardown() — netty Function Reference
Architecture documentation for the teardown() function in LoggingHandlerTest.java from the netty codebase.
Function java
zeroPutGetAndRemove() — netty Function Reference
Architecture documentation for the zeroPutGetAndRemove() function in LongLongHashMapTest.java from the netty codebase.
Function java
Lz4Constants() — netty Function Reference
Architecture documentation for the Lz4Constants() function in Lz4Constants.java from the netty codebase.
Function java
decode() — netty Function Reference
Architecture documentation for the decode() function in Lz4FrameDecoder.java from the netty codebase.
Function java
isClosed() — netty Function Reference
Architecture documentation for the isClosed() function in Lz4FrameDecoder.java from the netty codebase.
Function java
Lz4FrameDecoder() — netty Function Reference
Architecture documentation for the Lz4FrameDecoder() function in Lz4FrameDecoder.java from the netty codebase.
Function java
compress() — netty Function Reference
Architecture documentation for the compress() function in Lz4FrameDecoderTest.java from the netty codebase.
Function java
EmbeddedChannel() — netty Function Reference
Architecture documentation for the EmbeddedChannel() function in Lz4FrameDecoderTest.java from the netty codebase.
Function java
Lz4FrameDecoderTest() — netty Function Reference
Architecture documentation for the Lz4FrameDecoderTest() function in Lz4FrameDecoderTest.java from the netty codebase.
Function java
testChecksumErrorOfLastBlock() — netty Function Reference
Architecture documentation for the testChecksumErrorOfLastBlock() function in Lz4FrameDecoderTest.java from the netty codebase.
Function java
testDecompressedAndCompressedLengthMismatch() — netty Function Reference
Architecture documentation for the testDecompressedAndCompressedLengthMismatch() function in Lz4FrameDecoderTest.java from the netty codebase.
Function java
testInvalidCompressedLength() — netty Function Reference
Architecture documentation for the testInvalidCompressedLength() function in Lz4FrameDecoderTest.java from the netty codebase.
Function java
testInvalidDecompressedLength() — netty Function Reference
Architecture documentation for the testInvalidDecompressedLength() function in Lz4FrameDecoderTest.java from the netty codebase.
Function java
testMismatchingChecksum() — netty Function Reference
Architecture documentation for the testMismatchingChecksum() function in Lz4FrameDecoderTest.java from the netty codebase.
Function java
testUnexpectedBlockIdentifier() — netty Function Reference
Architecture documentation for the testUnexpectedBlockIdentifier() function in Lz4FrameDecoderTest.java from the netty codebase.
Function java
testUnexpectedBlockType() — netty Function Reference
Architecture documentation for the testUnexpectedBlockType() function in Lz4FrameDecoderTest.java from the netty codebase.
Function java
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in Lz4FrameEncoder.java from the netty codebase.
Function java
ChannelFuture() — netty Function Reference
Architecture documentation for the ChannelFuture() function in Lz4FrameEncoder.java from the netty codebase.
Function java
ChannelHandlerContext() — netty Function Reference
Architecture documentation for the ChannelHandlerContext() function in Lz4FrameEncoder.java from the netty codebase.
Function java
close() — netty Function Reference
Architecture documentation for the close() function in Lz4FrameEncoder.java from the netty codebase.
Function java
compressionLevel() — netty Function Reference
Architecture documentation for the compressionLevel() function in Lz4FrameEncoder.java from the netty codebase.
Function java
encode() — netty Function Reference
Architecture documentation for the encode() function in Lz4FrameEncoder.java from the netty codebase.
Function java
flush() — netty Function Reference
Architecture documentation for the flush() function in Lz4FrameEncoder.java from the netty codebase.
Function java
flushBufferedData() — netty Function Reference
Architecture documentation for the flushBufferedData() function in Lz4FrameEncoder.java from the netty codebase.
Function java
handlerAdded() — netty Function Reference
Architecture documentation for the handlerAdded() function in Lz4FrameEncoder.java from the netty codebase.
Function java
handlerRemoved() — netty Function Reference
Architecture documentation for the handlerRemoved() function in Lz4FrameEncoder.java from the netty codebase.
Function java
isClosed() — netty Function Reference
Architecture documentation for the isClosed() function in Lz4FrameEncoder.java from the netty codebase.
Function java
Lz4FrameEncoder() — netty Function Reference
Architecture documentation for the Lz4FrameEncoder() function in Lz4FrameEncoder.java from the netty codebase.
Function java
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
EmbeddedChannel() — netty Function Reference
Architecture documentation for the EmbeddedChannel() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
Lz4FrameEncoder() — netty Function Reference
Architecture documentation for the Lz4FrameEncoder() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
setup() — netty Function Reference
Architecture documentation for the setup() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
testAllocateBuffer() — netty Function Reference
Architecture documentation for the testAllocateBuffer() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
testAllocateDirectBuffer() — netty Function Reference
Architecture documentation for the testAllocateDirectBuffer() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
testAllocateDirectBufferExceedMaxEncodeSize() — netty Function Reference
Architecture documentation for the testAllocateDirectBufferExceedMaxEncodeSize() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
testAllocateHeapBuffer() — netty Function Reference
Architecture documentation for the testAllocateHeapBuffer() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
testAllocateOnHeapBufferOverflowsOutputSize() — netty Function Reference
Architecture documentation for the testAllocateOnHeapBufferOverflowsOutputSize() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
testAllocatingAroundBlockSize() — netty Function Reference
Architecture documentation for the testAllocatingAroundBlockSize() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
testFlush() — netty Function Reference
Architecture documentation for the testFlush() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
writingAfterClosedChannelDoesNotNPE() — netty Function Reference
Architecture documentation for the writingAfterClosedChannelDoesNotNPE() function in Lz4FrameEncoderTest.java from the netty codebase.
Function java
EmbeddedChannel() — netty Function Reference
Architecture documentation for the EmbeddedChannel() function in Lz4FrameIntegrationTest.java from the netty codebase.
Function java
getValue() — netty Function Reference
Architecture documentation for the getValue() function in Lz4XXHash32.java from the netty codebase.
Function java
Lz4XXHash32() — netty Function Reference
Architecture documentation for the Lz4XXHash32() function in Lz4XXHash32.java from the netty codebase.
Function java
reset() — netty Function Reference
Architecture documentation for the reset() function in Lz4XXHash32.java from the netty codebase.
Function java
update() — netty Function Reference
Architecture documentation for the update() function in Lz4XXHash32.java from the netty codebase.
Function java
decode() — netty Function Reference
Architecture documentation for the decode() function in LzfDecoder.java from the netty codebase.
Function java
LzfDecoder() — netty Function Reference
Architecture documentation for the LzfDecoder() function in LzfDecoder.java from the netty codebase.
Function java

Analyze Your Own Codebase

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

Try Supermodel Free