Uses of Class
io.fluxzero.proxy.ProxyServer
Packages that use ProxyServer
-
Uses of ProxyServer in io.fluxzero.proxy
Methods in io.fluxzero.proxy that return ProxyServerModifier and TypeMethodDescriptionstatic ProxyServerProxyServer.start(int port, ProxyRequestHandler proxyHandler) Starts a proxy server on the specified port with the given proxy request handler.static ProxyServerProxyServer.start(ProxyRequestHandler proxyHandler) Starts a proxy server on a random available port with the specified proxy request handler.