Uses of Class
io.hawt.web.proxy.ProxyServlet
-
Packages that use ProxyServlet Package Description io.hawt.web.kubernetes -
-
Uses of ProxyServlet in io.hawt.web.kubernetes
Subclasses of ProxyServlet in io.hawt.web.kubernetes Modifier and Type Class Description classPodServletProxies /pod/name/port/* to the pod IP/port for 'name' using the Kubernetes service lookup and then passes the rest of the URI to the underlying service.classServiceServletProxies /service/name/* to the service host/port for 'name' using the Kubernetes service lookup and then passes the rest of the URI to the underlying service.
-