| Package | Description |
|---|---|
| com.linecorp.armeria.unsafe |
Utilities for working with
ByteBuf in an unsafe way. |
| Modifier and Type | Method and Description |
|---|---|
ByteBufHttpData |
ByteBufHttpData.copy() |
ByteBufHttpData |
ByteBufHttpData.duplicate() |
ByteBufHttpData |
ByteBufHttpData.replace(io.netty.buffer.ByteBuf content) |
ByteBufHttpData |
ByteBufHttpData.retain() |
ByteBufHttpData |
ByteBufHttpData.retain(int increment) |
ByteBufHttpData |
ByteBufHttpData.retainedDuplicate() |
ByteBufHttpData |
ByteBufHttpData.touch() |
ByteBufHttpData |
ByteBufHttpData.touch(Object hint) |
ByteBufHttpData |
ByteBufHttpData.withEndOfStream() |
Copyright © 2020 LeanCloud. All rights reserved.