| Package | Description | 
|---|---|
| org.mockserver.proxy | 
| Modifier and Type | Method and Description | 
|---|---|
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 © 2018. All rights reserved.