Uses of Class
io.fluxzero.proxy.ProxyRequestHandler
-
Uses of ProxyRequestHandler in io.fluxzero.proxy
Methods in io.fluxzero.proxy with parameters of type ProxyRequestHandlerModifier 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.