@NonNullByDefault @UnstableApi

Package com.linecorp.armeria.unsafe.grpc

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.