Allocators
Browse all 14511 subdomain entities categorized under Allocators in the netty Architecture Docs architecture documentation.
handlerAdded() — netty Function Reference
Architecture documentation for the handlerAdded() function in SpdyFrameCodec.java from the netty codebase.
isValidUnknownFrameHeader() — netty Function Reference
Architecture documentation for the isValidUnknownFrameHeader() function in SpdyFrameCodec.java from the netty codebase.
read() — netty Function Reference
Architecture documentation for the read() function in SpdyFrameCodec.java from the netty codebase.
readDataFrame() — netty Function Reference
Architecture documentation for the readDataFrame() function in SpdyFrameCodec.java from the netty codebase.
readFrameError() — netty Function Reference
Architecture documentation for the readFrameError() function in SpdyFrameCodec.java from the netty codebase.
readGoAwayFrame() — netty Function Reference
Architecture documentation for the readGoAwayFrame() function in SpdyFrameCodec.java from the netty codebase.
readHeaderBlock() — netty Function Reference
Architecture documentation for the readHeaderBlock() function in SpdyFrameCodec.java from the netty codebase.
readHeaderBlockEnd() — netty Function Reference
Architecture documentation for the readHeaderBlockEnd() function in SpdyFrameCodec.java from the netty codebase.
readHeadersFrame() — netty Function Reference
Architecture documentation for the readHeadersFrame() function in SpdyFrameCodec.java from the netty codebase.
readPingFrame() — netty Function Reference
Architecture documentation for the readPingFrame() function in SpdyFrameCodec.java from the netty codebase.
readRstStreamFrame() — netty Function Reference
Architecture documentation for the readRstStreamFrame() function in SpdyFrameCodec.java from the netty codebase.
readSetting() — netty Function Reference
Architecture documentation for the readSetting() function in SpdyFrameCodec.java from the netty codebase.
readSettingsEnd() — netty Function Reference
Architecture documentation for the readSettingsEnd() function in SpdyFrameCodec.java from the netty codebase.
readSettingsFrame() — netty Function Reference
Architecture documentation for the readSettingsFrame() function in SpdyFrameCodec.java from the netty codebase.
readSynReplyFrame() — netty Function Reference
Architecture documentation for the readSynReplyFrame() function in SpdyFrameCodec.java from the netty codebase.
readSynStreamFrame() — netty Function Reference
Architecture documentation for the readSynStreamFrame() function in SpdyFrameCodec.java from the netty codebase.
readUnknownFrame() — netty Function Reference
Architecture documentation for the readUnknownFrame() function in SpdyFrameCodec.java from the netty codebase.
readWindowUpdateFrame() — netty Function Reference
Architecture documentation for the readWindowUpdateFrame() function in SpdyFrameCodec.java from the netty codebase.
SpdyFrame() — netty Function Reference
Architecture documentation for the SpdyFrame() function in SpdyFrameCodec.java from the netty codebase.
SpdyFrameCodec() — netty Function Reference
Architecture documentation for the SpdyFrameCodec() function in SpdyFrameCodec.java from the netty codebase.
SpdyFrameDecoder() — netty Function Reference
Architecture documentation for the SpdyFrameDecoder() function in SpdyFrameCodec.java from the netty codebase.
SpdyFrameEncoder() — netty Function Reference
Architecture documentation for the SpdyFrameEncoder() function in SpdyFrameCodec.java from the netty codebase.
write() — netty Function Reference
Architecture documentation for the write() function in SpdyFrameCodec.java from the netty codebase.
testDecodeUnknownFrame() — netty Function Reference
Architecture documentation for the testDecodeUnknownFrame() function in SpdyFrameCodecTest.java from the netty codebase.
testEncodeUnknownFrame() — netty Function Reference
Architecture documentation for the testEncodeUnknownFrame() function in SpdyFrameCodecTest.java from the netty codebase.
decode() — netty Function Reference
Architecture documentation for the decode() function in SpdyFrameDecoder.java from the netty codebase.
decodeUnknownFrame() — netty Function Reference
Architecture documentation for the decodeUnknownFrame() function in SpdyFrameDecoder.java from the netty codebase.
hasFlag() — netty Function Reference
Architecture documentation for the hasFlag() function in SpdyFrameDecoder.java from the netty codebase.
isValidFrameHeader() — netty Function Reference
Architecture documentation for the isValidFrameHeader() function in SpdyFrameDecoder.java from the netty codebase.
isValidUnknownFrameHeader() — netty Function Reference
Architecture documentation for the isValidUnknownFrameHeader() function in SpdyFrameDecoder.java from the netty codebase.
SpdyFrameDecoder() — netty Function Reference
Architecture documentation for the SpdyFrameDecoder() function in SpdyFrameDecoder.java from the netty codebase.
State() — netty Function Reference
Architecture documentation for the State() function in SpdyFrameDecoder.java from the netty codebase.
createDecoder() — netty Function Reference
Architecture documentation for the createDecoder() function in SpdyFrameDecoderTest.java from the netty codebase.
encodeControlFrameHeader() — netty Function Reference
Architecture documentation for the encodeControlFrameHeader() function in SpdyFrameDecoderTest.java from the netty codebase.
encodeDataFrameHeader() — netty Function Reference
Architecture documentation for the encodeDataFrameHeader() function in SpdyFrameDecoderTest.java from the netty codebase.
releaseBuffers() — netty Function Reference
Architecture documentation for the releaseBuffers() function in SpdyFrameDecoderTest.java from the netty codebase.
testDiscardUnknownEmptyFrame() — netty Function Reference
Architecture documentation for the testDiscardUnknownEmptyFrame() function in SpdyFrameDecoderTest.java from the netty codebase.
testDiscardUnknownFrame() — netty Function Reference
Architecture documentation for the testDiscardUnknownFrame() function in SpdyFrameDecoderTest.java from the netty codebase.
testEmptySpdyDataFrame() — netty Function Reference
Architecture documentation for the testEmptySpdyDataFrame() function in SpdyFrameDecoderTest.java from the netty codebase.
testEmptySpdySettingsFrame() — netty Function Reference
Architecture documentation for the testEmptySpdySettingsFrame() function in SpdyFrameDecoderTest.java from the netty codebase.
testIllegalSpdyDataFrameStreamId() — netty Function Reference
Architecture documentation for the testIllegalSpdyDataFrameStreamId() function in SpdyFrameDecoderTest.java from the netty codebase.
testIllegalSpdyRstStreamFrameStatusCode() — netty Function Reference
Architecture documentation for the testIllegalSpdyRstStreamFrameStatusCode() function in SpdyFrameDecoderTest.java from the netty codebase.
testIllegalSpdyRstStreamFrameStreamId() — netty Function Reference
Architecture documentation for the testIllegalSpdyRstStreamFrameStreamId() function in SpdyFrameDecoderTest.java from the netty codebase.
testIllegalSpdySynReplyFrameStreamId() — netty Function Reference
Architecture documentation for the testIllegalSpdySynReplyFrameStreamId() function in SpdyFrameDecoderTest.java from the netty codebase.
testIllegalSpdySynStreamFrameStreamId() — netty Function Reference
Architecture documentation for the testIllegalSpdySynStreamFrameStreamId() function in SpdyFrameDecoderTest.java from the netty codebase.
testIllegalSpdyWindowUpdateFrameDeltaWindowSize() — netty Function Reference
Architecture documentation for the testIllegalSpdyWindowUpdateFrameDeltaWindowSize() function in SpdyFrameDecoderTest.java from the netty codebase.
testIndependentSpdySynStreamFrame() — netty Function Reference
Architecture documentation for the testIndependentSpdySynStreamFrame() function in SpdyFrameDecoderTest.java from the netty codebase.
testInvalidSpdyGoAwayFrameLength() — netty Function Reference
Architecture documentation for the testInvalidSpdyGoAwayFrameLength() function in SpdyFrameDecoderTest.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