@UnstableApi @NonNullByDefault
Package com.linecorp.armeria.common.unsafe
Utilities for working with
ByteBuf
in an unsafe way. These can improve performance
when dealing with large buffers but require careful memory management or there will be memory leaks. Only use
these methods if you really know what you're doing.- See Also:
PooledHttpData
-
Interface Summary Interface Description PooledAggregatedHttpRequest AnAggregatedHttpRequest
using pooled buffers for the content.PooledAggregatedHttpResponse AnAggregatedHttpResponse
using pooled buffers for the content.PooledHttpData PooledHttpRequest A streamed HTTP/2Request
which returns pooled buffers.PooledHttpResponse A streamed HTTP/2Response
which returns pooled buffers.PooledStreamMessage<T> AStreamMessage
that exposes unsafe APIs for subscribing to pooled objects from the stream. -
Class Summary Class Description ByteBufHttpData Deprecated. UsePooledHttpData
.