类 HostAddressUtils
java.lang.Object
org.apache.shenyu.plugin.base.utils.HostAddressUtils
The type Host address utils.
-
方法概要
修饰符和类型方法说明static StringacquireHost(org.springframework.web.server.ServerWebExchange exchange) Acquire host string.static StringacquireIp(org.springframework.web.server.ServerWebExchange exchange) Acquire ip string.
-
方法详细资料
-
acquireHost
Acquire host string.- 参数:
exchange- the exchange- 返回:
- the string
-
acquireIp
Acquire ip string.- 参数:
exchange- the exchange- 返回:
- the string
-