All Entities
Browse all 36,217 entities in the netty Architecture Docs architecture documentation — every file, function, class, type, domain, and directory.
decodeCopyWith2ByteOffset() — netty Function Reference
Architecture documentation for the decodeCopyWith2ByteOffset() function in Snappy.java from the netty codebase.
decodeCopyWith4ByteOffset() — netty Function Reference
Architecture documentation for the decodeCopyWith4ByteOffset() function in Snappy.java from the netty codebase.
decodeLiteral() — netty Function Reference
Architecture documentation for the decodeLiteral() function in Snappy.java from the netty codebase.
encode() — netty Function Reference
Architecture documentation for the encode() function in Snappy.java from the netty codebase.
encodeCopy() — netty Function Reference
Architecture documentation for the encodeCopy() function in Snappy.java from the netty codebase.
encodeCopyWithOffset() — netty Function Reference
Architecture documentation for the encodeCopyWithOffset() function in Snappy.java from the netty codebase.
encodeLiteral() — netty Function Reference
Architecture documentation for the encodeLiteral() function in Snappy.java from the netty codebase.
findMatchingLength() — netty Function Reference
Architecture documentation for the findMatchingLength() function in Snappy.java from the netty codebase.
getHashTable() — netty Function Reference
Architecture documentation for the getHashTable() function in Snappy.java from the netty codebase.
getHashTableFastThreadLocalArrayFill() — netty Function Reference
Architecture documentation for the getHashTableFastThreadLocalArrayFill() function in Snappy.java from the netty codebase.
getPreamble() — netty Function Reference
Architecture documentation for the getPreamble() function in Snappy.java from the netty codebase.
hash() — netty Function Reference
Architecture documentation for the hash() function in Snappy.java from the netty codebase.
maskChecksum() — netty Function Reference
Architecture documentation for the maskChecksum() function in Snappy.java from the netty codebase.
readPreamble() — netty Function Reference
Architecture documentation for the readPreamble() function in Snappy.java from the netty codebase.
reset() — netty Function Reference
Architecture documentation for the reset() function in Snappy.java from the netty codebase.
Snappy() — netty Function Reference
Architecture documentation for the Snappy() function in Snappy.java from the netty codebase.
validateChecksum() — netty Function Reference
Architecture documentation for the validateChecksum() function in Snappy.java from the netty codebase.
validateOffset() — netty Function Reference
Architecture documentation for the validateOffset() function in Snappy.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in SnappyDirectBenchmark.java from the netty codebase.
compressedRatio() — netty Function Reference
Architecture documentation for the compressedRatio() function in SnappyDirectBenchmark.java from the netty codebase.
setup() — netty Function Reference
Architecture documentation for the setup() function in SnappyDirectBenchmark.java from the netty codebase.
teardown() — netty Function Reference
Architecture documentation for the teardown() function in SnappyDirectBenchmark.java from the netty codebase.
checkByte() — netty Function Reference
Architecture documentation for the checkByte() function in SnappyFrameDecoder.java from the netty codebase.
ChunkType() — netty Function Reference
Architecture documentation for the ChunkType() function in SnappyFrameDecoder.java from the netty codebase.
decode() — netty Function Reference
Architecture documentation for the decode() function in SnappyFrameDecoder.java from the netty codebase.
SnappyFrameDecoder() — netty Function Reference
Architecture documentation for the SnappyFrameDecoder() function in SnappyFrameDecoder.java from the netty codebase.
initChannel() — netty Function Reference
Architecture documentation for the initChannel() function in SnappyFrameDecoderTest.java from the netty codebase.
tearDown() — netty Function Reference
Architecture documentation for the tearDown() function in SnappyFrameDecoderTest.java from the netty codebase.
testCompressedDataBeforeStreamIdentifier() — netty Function Reference
Architecture documentation for the testCompressedDataBeforeStreamIdentifier() function in SnappyFrameDecoderTest.java from the netty codebase.
testCompressedDataDecodesAndAppendsToOut() — netty Function Reference
Architecture documentation for the testCompressedDataDecodesAndAppendsToOut() function in SnappyFrameDecoderTest.java from the netty codebase.
testInvalidChecksumDoesNotThrowException() — netty Function Reference
Architecture documentation for the testInvalidChecksumDoesNotThrowException() function in SnappyFrameDecoderTest.java from the netty codebase.
testInvalidChecksumThrowsException() — netty Function Reference
Architecture documentation for the testInvalidChecksumThrowsException() function in SnappyFrameDecoderTest.java from the netty codebase.
testInvalidStreamIdentifierLength() — netty Function Reference
Architecture documentation for the testInvalidStreamIdentifierLength() function in SnappyFrameDecoderTest.java from the netty codebase.
testInvalidStreamIdentifierValue() — netty Function Reference
Architecture documentation for the testInvalidStreamIdentifierValue() function in SnappyFrameDecoderTest.java from the netty codebase.
testReservedSkippableBeforeStreamIdentifier() — netty Function Reference
Architecture documentation for the testReservedSkippableBeforeStreamIdentifier() function in SnappyFrameDecoderTest.java from the netty codebase.
testReservedSkippableSkipsInput() — netty Function Reference
Architecture documentation for the testReservedSkippableSkipsInput() function in SnappyFrameDecoderTest.java from the netty codebase.
testReservedUnskippableChunkTypeCausesError() — netty Function Reference
Architecture documentation for the testReservedUnskippableChunkTypeCausesError() function in SnappyFrameDecoderTest.java from the netty codebase.
testUncompressedDataAppendsToOut() — netty Function Reference
Architecture documentation for the testUncompressedDataAppendsToOut() function in SnappyFrameDecoderTest.java from the netty codebase.
testUncompressedDataBeforeStreamIdentifier() — netty Function Reference
Architecture documentation for the testUncompressedDataBeforeStreamIdentifier() function in SnappyFrameDecoderTest.java from the netty codebase.
calculateAndWriteChecksum() — netty Function Reference
Architecture documentation for the calculateAndWriteChecksum() function in SnappyFrameEncoder.java from the netty codebase.
encode() — netty Function Reference
Architecture documentation for the encode() function in SnappyFrameEncoder.java from the netty codebase.
setChunkLength() — netty Function Reference
Architecture documentation for the setChunkLength() function in SnappyFrameEncoder.java from the netty codebase.
SnappyFrameEncoder() — netty Function Reference
Architecture documentation for the SnappyFrameEncoder() function in SnappyFrameEncoder.java from the netty codebase.
writeChunkLength() — netty Function Reference
Architecture documentation for the writeChunkLength() function in SnappyFrameEncoder.java from the netty codebase.
writeUnencodedChunk() — netty Function Reference
Architecture documentation for the writeUnencodedChunk() function in SnappyFrameEncoder.java from the netty codebase.
setUp() — netty Function Reference
Architecture documentation for the setUp() function in SnappyFrameEncoderTest.java from the netty codebase.
testInputBufferOverseek() — netty Function Reference
Architecture documentation for the testInputBufferOverseek() function in SnappyFrameEncoderTest.java from the netty codebase.
testLargeAmountOfDataIsCompressed() — netty Function Reference
Architecture documentation for the testLargeAmountOfDataIsCompressed() function in SnappyFrameEncoderTest.java from the netty codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free