Package com.linecorp.armeria.unsafe
@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:
-
ClassDescriptionUtility class that provides ways to create a pooled
Bytes
and manage its life cycle.