Uses of Interface
io.hawt.web.proxy.ProxyAddress
-
Packages that use ProxyAddress Package Description io.hawt.web.kubernetes io.hawt.web.proxy -
-
Uses of ProxyAddress in io.hawt.web.kubernetes
Classes in io.hawt.web.kubernetes that implement ProxyAddress Modifier and Type Class Description classDefaultProxyAddressDefault implementation ofProxyAddressMethods in io.hawt.web.kubernetes that return ProxyAddress Modifier and Type Method Description protected ProxyAddressPodServlet. parseProxyAddress(javax.servlet.http.HttpServletRequest servletRequest)protected ProxyAddressServiceServlet. parseProxyAddress(javax.servlet.http.HttpServletRequest servletRequest) -
Uses of ProxyAddress in io.hawt.web.proxy
Classes in io.hawt.web.proxy that implement ProxyAddress Modifier and Type Class Description classProxyDetailsA helper object to store the proxy location detailsMethods in io.hawt.web.proxy that return ProxyAddress Modifier and Type Method Description protected ProxyAddressProxyServlet. parseProxyAddress(javax.servlet.http.HttpServletRequest servletRequest)
-