Class Hierarchy
- java.lang.Object
- io.netty.buffer.AbstractByteBufAllocator (implements io.netty.buffer.ByteBufAllocator)
- io.netty.buffer.PooledByteBufAllocator (implements io.netty.buffer.ByteBufAllocatorMetricProvider)
- io.netty.buffer.UnpooledByteBufAllocator (implements io.netty.buffer.ByteBufAllocatorMetricProvider)
- io.netty.buffer.ByteBuf (implements io.netty.buffer.ByteBufConvertible, java.lang.Comparable<T>, io.netty.util.ReferenceCounted)
- io.netty.buffer.AbstractByteBuf
- io.netty.buffer.AbstractDerivedByteBuf
- io.netty.buffer.AbstractUnpooledSlicedByteBuf
- io.netty.buffer.SlicedByteBuf
- io.netty.buffer.UnpooledSlicedByteBuf
- io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
- io.netty.buffer.DuplicatedByteBuf
- io.netty.buffer.UnpooledDuplicatedByteBuf
- io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
- io.netty.buffer.UnpooledDuplicatedByteBuf
- io.netty.buffer.ReadOnlyByteBuf
- io.netty.buffer.AbstractUnpooledSlicedByteBuf
- io.netty.buffer.AbstractReferenceCountedByteBuf
- io.netty.buffer.AbstractPooledDerivedByteBuf
- io.netty.buffer.PooledDuplicatedByteBuf
- io.netty.buffer.PooledSlicedByteBuf
- io.netty.buffer.CompositeByteBuf (implements java.lang.Iterable<T>)
- io.netty.buffer.WrappedCompositeByteBuf
- io.netty.buffer.SimpleLeakAwareCompositeByteBuf
- io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
- io.netty.buffer.SimpleLeakAwareCompositeByteBuf
- io.netty.buffer.WrappedCompositeByteBuf
- io.netty.buffer.FixedCompositeByteBuf
- io.netty.buffer.PooledByteBuf<T>
- io.netty.buffer.PooledDirectByteBuf
- io.netty.buffer.PooledHeapByteBuf
- io.netty.buffer.PooledUnsafeHeapByteBuf
- io.netty.buffer.PooledUnsafeDirectByteBuf
- io.netty.buffer.ReadOnlyByteBufferBuf
- io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
- io.netty.buffer.UnpooledDirectByteBuf
- io.netty.buffer.ByteBufUtil.ThreadLocalDirectByteBuf
- io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledDirectByteBuf
- io.netty.buffer.UnpooledUnsafeDirectByteBuf
- io.netty.buffer.ByteBufUtil.ThreadLocalUnsafeDirectByteBuf
- io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeDirectByteBuf
- io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf
- io.netty.buffer.WrappedUnpooledUnsafeDirectByteBuf
- io.netty.buffer.UnpooledHeapByteBuf
- io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledHeapByteBuf
- io.netty.buffer.UnpooledUnsafeHeapByteBuf
- io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeHeapByteBuf
- io.netty.buffer.AbstractPooledDerivedByteBuf
- io.netty.buffer.AbstractDerivedByteBuf
- io.netty.buffer.EmptyByteBuf
- io.netty.buffer.SwappedByteBuf
- io.netty.buffer.AbstractUnsafeSwappedByteBuf
- io.netty.buffer.UnsafeDirectSwappedByteBuf
- io.netty.buffer.UnsafeHeapSwappedByteBuf
- io.netty.buffer.AbstractUnsafeSwappedByteBuf
- io.netty.buffer.WrappedByteBuf
- io.netty.buffer.FixedCompositeByteBuf.Component
- io.netty.buffer.SimpleLeakAwareByteBuf
- io.netty.buffer.AdvancedLeakAwareByteBuf
- io.netty.buffer.UnreleasableByteBuf
- io.netty.buffer.AbstractByteBuf
- io.netty.buffer.ByteBufUtil
- io.netty.buffer.ByteBufUtil.HexUtil
- io.netty.buffer.ByteBufUtil.SWARByteSearch
- io.netty.buffer.CompositeByteBuf.Component
- io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator (implements java.util.Iterator<E>)
- io.netty.buffer.DefaultByteBufHolder (implements io.netty.buffer.ByteBufHolder)
- io.netty.util.concurrent.FastThreadLocal<V>
- io.netty.buffer.PooledByteBufAllocator.PoolThreadLocalCache
- io.netty.buffer.HeapByteBufUtil
- java.io.InputStream (implements java.io.Closeable)
- io.netty.buffer.ByteBufInputStream (implements java.io.DataInput)
- io.netty.buffer.IntPriorityQueue
- io.netty.buffer.LongLongHashMap
- java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
- io.netty.buffer.ByteBufOutputStream (implements java.io.DataOutput)
- io.netty.buffer.PoolChunk<T> (implements io.netty.buffer.PoolChunkMetric)
- io.netty.buffer.PoolChunkList<T> (implements io.netty.buffer.PoolChunkListMetric)
- io.netty.buffer.PooledByteBufAllocatorMetric (implements io.netty.buffer.ByteBufAllocatorMetric)
- io.netty.buffer.PoolSubpage<T> (implements io.netty.buffer.PoolSubpageMetric)
- io.netty.buffer.PoolThreadCache
- io.netty.buffer.PoolThreadCache.FreeOnFinalize
- io.netty.buffer.PoolThreadCache.MemoryRegionCache<T>
- io.netty.buffer.PoolThreadCache.NormalMemoryRegionCache<T>
- io.netty.buffer.PoolThreadCache.SubPageMemoryRegionCache<T>
- io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry<T>
- io.netty.buffer.SizeClasses (implements io.netty.buffer.SizeClassesMetric)
- io.netty.buffer.PoolArena<T> (implements io.netty.buffer.PoolArenaMetric)
- io.netty.buffer.PoolArena.DirectArena
- io.netty.buffer.PoolArena.HeapArena
- io.netty.buffer.PoolArena<T> (implements io.netty.buffer.PoolArenaMetric)
- io.netty.buffer.Unpooled
- io.netty.buffer.UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric (implements io.netty.buffer.ByteBufAllocatorMetric)
- io.netty.buffer.UnsafeByteBufUtil
- io.netty.buffer.AbstractByteBufAllocator (implements io.netty.buffer.ByteBufAllocator)
Interface Hierarchy
- io.netty.buffer.ByteBufAllocator
- io.netty.buffer.ByteBufAllocatorMetric
- io.netty.buffer.ByteBufAllocatorMetricProvider
- io.netty.buffer.ByteBufConvertible
- io.netty.util.ByteProcessor
- io.netty.buffer.ByteBufProcessor
- io.netty.buffer.CompositeByteBuf.ByteWrapper<T>
- java.lang.Iterable<T>
- io.netty.buffer.PoolChunkListMetric
- io.netty.buffer.PoolChunkMetric
- io.netty.buffer.PoolSubpageMetric
- io.netty.util.ReferenceCounted
- io.netty.buffer.ByteBufHolder
- io.netty.buffer.SizeClassesMetric
- io.netty.buffer.PoolArenaMetric
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- io.netty.buffer.PoolArena.SizeClass
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)