@NonNullByDefault @UnstableApi
Package com.linecorp.armeria.unsafe
Utilities for working with an
HttpData
backed by a pooled
ByteBuf
. They can improve performance but require careful memory management or
there will be memory leaks. Use them only if you really know what you're doing.- See Also:
PooledObjects
-
Class Summary Class Description PooledObjects Utility class that provides ways to create a pooledHttpData
and manage its life cycle.