Uses of Class
dev.relism.flash.bytes.PooledSlice
Packages that use PooledSlice
Package
Description
-
Uses of PooledSlice in dev.relism.flash.bytes
Methods in dev.relism.flash.bytes that return PooledSliceModifier and TypeMethodDescriptionSlicePool.acquire(byte[] array, int offset, int length) Returns the next slice in the ring, repositioned overarray[offset, offset + length). -
Uses of PooledSlice in dev.relism.flash.http2.hpack
Methods in dev.relism.flash.http2.hpack with parameters of type PooledSliceModifier and TypeMethodDescriptionvoidHpackDynamicTable.get(int relativeIndex, PooledSlice name, PooledSlice value) Resolves a dynamic index where1is the newest entry.voidHpackHeaderBlock.get(int index, PooledSlice name, PooledSlice value) -
Uses of PooledSlice in dev.relism.flash.http2.message
Methods in dev.relism.flash.http2.message that return PooledSlice