Skip navigation links
B D E G I M N P T 

B

BufferAllocators - Class in io.servicetalk.buffer.netty
Available BufferAllocators.
BufferUtils - Class in io.servicetalk.buffer.netty
Internal utilities for Buffers.

D

DEFAULT_ALLOCATOR - Static variable in class BufferAllocators
Default BufferAllocator whose Buffers are typically backed by Netty buffers.

E

extractByteBufOrCreate(Buffer) - Static method in class BufferUtils
Converts the passed buffer to ByteBuf, creating a new ByteBuf instance if required.

G

getByteBufAllocator(BufferAllocator) - Static method in class BufferUtils
Returns the ByteBufAllocator taking the BufferAllocator into account.

I

io.servicetalk.buffer.netty - package io.servicetalk.buffer.netty
Package that contains internal implementations for buffers.

M

maxUtf8Bytes(CharSequence) - Static method in class BufferUtils
Calculate the max bytes length of UTF8 character sequence.

N

newBufferFrom(ByteBuf) - Static method in class BufferUtils
Return a Buffer for the given ByteBuf.

P

PREFER_DIRECT_ALLOCATOR - Static variable in class BufferAllocators
Default BufferAllocator whose Buffers are typically backed by Netty buffers and prefers direct memory allocation when otherwise not specified.
PREFER_HEAP_ALLOCATOR - Static variable in class BufferAllocators
Default BufferAllocator whose Buffers are typically backed by Netty buffers and prefers heap memory allocation when otherwise not specified.

T

toByteBuf(Buffer) - Static method in class BufferUtils
Return a ByteBuf for the given buffer.
toByteBufNoThrow(Buffer) - Static method in class BufferUtils
Converts the passed buffer to ByteBuf, or returns null if not possible.
B D E G I M N P T 
Skip navigation links