public class SimpleFrameInfoDecoder extends Object
| Constructor and Description |
|---|
SimpleFrameInfoDecoder(Transport transportType,
Protocol protocolType,
boolean assumeClientsSupportOutOfOrderResponses) |
| Modifier and Type | Method and Description |
|---|---|
Optional<FrameInfo> |
tryDecodeFrameInfo(io.netty.buffer.ByteBufAllocator bufAllocator,
io.netty.buffer.ByteBuf buffer)
Attempts to decode basic frame info without moving the reader index
|
Copyright © 2012–2024. All rights reserved.