Uses of Class
org.mockserver.proxy.ProxyBuilder

Packages that use ProxyBuilder
org.mockserver.proxy   
 

Uses of ProxyBuilder in org.mockserver.proxy
 

Methods in org.mockserver.proxy that return ProxyBuilder
 ProxyBuilder ProxyBuilder.withDirect(String remoteHost, Integer remotePort)
          Configure a direct proxy that forwards all requests from the localPort to the remoteHost and remotePort
 ProxyBuilder ProxyBuilder.withLocalPort(Integer localPort)
          Configure the local port for the proxy, this will be the same port for all traffic including HTTP, SOCKS, CONNECT and SSL
 ProxyBuilder ProxyBuilder.withStopEventQueue(StopEventQueue stopEventQueue)
           
 



Copyright © 2017. All rights reserved.