Allocators
Browse all 14511 subdomain entities categorized under Allocators in the netty Architecture Docs architecture documentation.
ChannelHandlerContext() — netty Function Reference
Architecture documentation for the ChannelHandlerContext() function in Http2MultiplexHandler.java from the netty codebase.
channelRead() — netty Function Reference
Architecture documentation for the channelRead() function in Http2MultiplexHandler.java from the netty codebase.
channelReadComplete() — netty Function Reference
Architecture documentation for the channelReadComplete() function in Http2MultiplexHandler.java from the netty codebase.
channelWritabilityChanged() — netty Function Reference
Architecture documentation for the channelWritabilityChanged() function in Http2MultiplexHandler.java from the netty codebase.
exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in Http2MultiplexHandler.java from the netty codebase.
handlerAdded0() — netty Function Reference
Architecture documentation for the handlerAdded0() function in Http2MultiplexHandler.java from the netty codebase.
handlerRemoved0() — netty Function Reference
Architecture documentation for the handlerRemoved0() function in Http2MultiplexHandler.java from the netty codebase.
Http2MultiplexHandler() — netty Function Reference
Architecture documentation for the Http2MultiplexHandler() function in Http2MultiplexHandler.java from the netty codebase.
Http2MultiplexHandlerStreamChannel() — netty Function Reference
Architecture documentation for the Http2MultiplexHandlerStreamChannel() function in Http2MultiplexHandler.java from the netty codebase.
Http2StreamChannel() — netty Function Reference
Architecture documentation for the Http2StreamChannel() function in Http2MultiplexHandler.java from the netty codebase.
isParentReadInProgress() — netty Function Reference
Architecture documentation for the isParentReadInProgress() function in Http2MultiplexHandler.java from the netty codebase.
isServer() — netty Function Reference
Architecture documentation for the isServer() function in Http2MultiplexHandler.java from the netty codebase.
onHttp2GoAwayFrame() — netty Function Reference
Architecture documentation for the onHttp2GoAwayFrame() function in Http2MultiplexHandler.java from the netty codebase.
processPendingReadCompleteQueue() — netty Function Reference
Architecture documentation for the processPendingReadCompleteQueue() function in Http2MultiplexHandler.java from the netty codebase.
registerDone() — netty Function Reference
Architecture documentation for the registerDone() function in Http2MultiplexHandler.java from the netty codebase.
userEventTriggered() — netty Function Reference
Architecture documentation for the userEventTriggered() function in Http2MultiplexHandler.java from the netty codebase.
ChannelHandler() — netty Function Reference
Architecture documentation for the ChannelHandler() function in Http2MultiplexHandlerClientUpgradeTest.java from the netty codebase.
Http2FrameCodec() — netty Function Reference
Architecture documentation for the Http2FrameCodec() function in Http2MultiplexHandlerClientUpgradeTest.java from the netty codebase.
ChannelHandler() — netty Function Reference
Architecture documentation for the ChannelHandler() function in Http2MultiplexHandlerTest.java from the netty codebase.
customExceptionForwarding() — netty Function Reference
Architecture documentation for the customExceptionForwarding() function in Http2MultiplexHandlerTest.java from the netty codebase.
Http2FrameCodec() — netty Function Reference
Architecture documentation for the Http2FrameCodec() function in Http2MultiplexHandlerTest.java from the netty codebase.
ignoreWindowUpdateFrames() — netty Function Reference
Architecture documentation for the ignoreWindowUpdateFrames() function in Http2MultiplexHandlerTest.java from the netty codebase.
sslExceptionTriggersChildChannelException() — netty Function Reference
Architecture documentation for the sslExceptionTriggersChildChannelException() function in Http2MultiplexHandlerTest.java from the netty codebase.
useUserEventForPriorityFrame() — netty Function Reference
Architecture documentation for the useUserEventForPriorityFrame() function in Http2MultiplexHandlerTest.java from the netty codebase.
useUserEventForResetFrame() — netty Function Reference
Architecture documentation for the useUserEventForResetFrame() function in Http2MultiplexHandlerTest.java from the netty codebase.
allQueuedFramesDeliveredAfterParentIsClosed() — netty Function Reference
Architecture documentation for the allQueuedFramesDeliveredAfterParentIsClosed() function in Http2MultiplexTest.java from the netty codebase.
C() — netty Function Reference
Architecture documentation for the C() function in Http2MultiplexTest.java from the netty codebase.
callUnsafeCloseMultipleTimes() — netty Function Reference
Architecture documentation for the callUnsafeCloseMultipleTimes() function in Http2MultiplexTest.java from the netty codebase.
channelClosedTwiceMarksPromiseAsSuccessful() — netty Function Reference
Architecture documentation for the channelClosedTwiceMarksPromiseAsSuccessful() function in Http2MultiplexTest.java from the netty codebase.
channelClosedWhenChannelClosePromiseCompletes() — netty Function Reference
Architecture documentation for the channelClosedWhenChannelClosePromiseCompletes() function in Http2MultiplexTest.java from the netty codebase.
channelClosedWhenCloseListenerCompletes() — netty Function Reference
Architecture documentation for the channelClosedWhenCloseListenerCompletes() function in Http2MultiplexTest.java from the netty codebase.
channelClosedWhenInactiveFired() — netty Function Reference
Architecture documentation for the channelClosedWhenInactiveFired() function in Http2MultiplexTest.java from the netty codebase.
channelClosedWhenWriteFutureFails() — netty Function Reference
Architecture documentation for the channelClosedWhenWriteFutureFails() function in Http2MultiplexTest.java from the netty codebase.
ChannelHandler() — netty Function Reference
Architecture documentation for the ChannelHandler() function in Http2MultiplexTest.java from the netty codebase.
ChannelHandlerContext() — netty Function Reference
Architecture documentation for the ChannelHandlerContext() function in Http2MultiplexTest.java from the netty codebase.
channelInactiveHappensAfterExceptionCaughtEvents() — netty Function Reference
Architecture documentation for the channelInactiveHappensAfterExceptionCaughtEvents() function in Http2MultiplexTest.java from the netty codebase.
channelReadShouldRespectAutoRead() — netty Function Reference
Architecture documentation for the channelReadShouldRespectAutoRead() function in Http2MultiplexTest.java from the netty codebase.
channelReadShouldRespectAutoReadAndNotProduceNPE() — netty Function Reference
Architecture documentation for the channelReadShouldRespectAutoReadAndNotProduceNPE() function in Http2MultiplexTest.java from the netty codebase.
checkFlush() — netty Function Reference
Architecture documentation for the checkFlush() function in Http2MultiplexTest.java from the netty codebase.
childQueueIsDrainedAndNewDataIsDispatchedInParentReadLoopAutoRead() — netty Function Reference
Architecture documentation for the childQueueIsDrainedAndNewDataIsDispatchedInParentReadLoopAutoRead() function in Http2MultiplexTest.java from the netty codebase.
childQueueIsDrainedAndNewDataIsDispatchedInParentReadLoopNoAutoRead() — netty Function Reference
Architecture documentation for the childQueueIsDrainedAndNewDataIsDispatchedInParentReadLoopNoAutoRead() function in Http2MultiplexTest.java from the netty codebase.
contentLengthNotMatchRstStreamWithProtocolError() — netty Function Reference
Architecture documentation for the contentLengthNotMatchRstStreamWithProtocolError() function in Http2MultiplexTest.java from the netty codebase.
creatingWritingReadingAndClosingOutboundStreamShouldWork() — netty Function Reference
Architecture documentation for the creatingWritingReadingAndClosingOutboundStreamShouldWork() function in Http2MultiplexTest.java from the netty codebase.
endOfStreamDoesNotDiscardData() — netty Function Reference
Architecture documentation for the endOfStreamDoesNotDiscardData() function in Http2MultiplexTest.java from the netty codebase.
eqStreamId() — netty Function Reference
Architecture documentation for the eqStreamId() function in Http2MultiplexTest.java from the netty codebase.
failedOutboundStreamCreationThrowsAndClosesChannel() — netty Function Reference
Architecture documentation for the failedOutboundStreamCreationThrowsAndClosesChannel() function in Http2MultiplexTest.java from the netty codebase.
flush() — netty Function Reference
Architecture documentation for the flush() function in Http2MultiplexTest.java from the netty codebase.
framesShouldBeMultiplexed() — netty Function Reference
Architecture documentation for the framesShouldBeMultiplexed() function in Http2MultiplexTest.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