public final class HAProxyMessage
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
HAProxyCommand |
command()
|
java.lang.String |
destinationAddress()
返回此 HAProxyMessage 的人类可读目标地址。
|
int |
destinationPort()
返回此 HAProxyMessage 的UDP / TCP目标端口。
|
HAProxyProtocolVersion |
protocolVersion()
|
HAProxyProxiedProtocol |
proxiedProtocol()
|
java.lang.String |
sourceAddress()
返回此 HAProxyMessage 的人可读源地址。
|
int |
sourcePort()
返回此 HAProxyMessage 的UDP / TCP源端口。
|
java.util.List<HAProxyTLV> |
tlvs()
如果不存在TLV,则返回列表 HAProxyTLV 或空列表。
|
public HAProxyProtocolVersion protocolVersion()
public HAProxyCommand command()
public HAProxyProxiedProtocol proxiedProtocol()
public java.lang.String sourceAddress()
HAProxyMessage
的人可读源地址。
public java.lang.String destinationAddress()
HAProxyMessage
的人可读目标地址。
public int sourcePort()
HAProxyMessage
的UDP / TCP源端口。
public int destinationPort()
HAProxyMessage
的UDP / TCP目标端口。
public java.util.List<HAProxyTLV> tlvs()
HAProxyTLV
列表或空列表。
TLV仅适用于代理协议V2
Copyright © 2008–2018 The Netty Project. All rights reserved.