软件包 | 描述 |
---|---|
io.netty.handler.codec |
可扩展解码器及其常见实现,用于处理基于流的传输(如TCP / IP)中发现的数据包碎片和重新组装问题。
|
io.netty.handler.codec.haproxy |
解码HAProxy代理协议标头
|
Modifier and Type | Method and Description |
---|---|
static <T> ProtocolDetectionResult<T> |
ProtocolDetectionResult.detected(T protocol)
返回保存检测到的协议的 ProtocolDetectionResult 。
|
static <T> ProtocolDetectionResult<T> |
ProtocolDetectionResult.invalid()
返回一个 ProtocolDetectionResult ,表示数据对协议无效。
|
static <T> ProtocolDetectionResult<T> |
ProtocolDetectionResult.needsMoreData()
返回 ProtocolDetectionResult ,表示需要更多数据来检测协议。
|
Modifier and Type | Method and Description |
---|---|
static ProtocolDetectionResult<HAProxyProtocolVersion> |
HAProxyMessageDecoder.detectProtocol(ByteBuf buffer)
|
Copyright © 2008–2018 The Netty Project. All rights reserved.