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