|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpProxyBuilder | |
|---|---|
| org.mockserver.proxy.http | |
| Uses of HttpProxyBuilder in org.mockserver.proxy.http |
|---|
| Methods in org.mockserver.proxy.http that return HttpProxyBuilder | |
|---|---|
HttpProxyBuilder |
HttpProxyBuilder.withDirect(Integer fromPort,
String toHost,
Integer toPort)
Configure a direct proxy that forwards all requests on the fromPort to the toHost and toPort |
HttpProxyBuilder |
HttpProxyBuilder.withDirectSSL(Integer fromSecurePort,
String toHost,
Integer toPort)
Configure a secure direct proxy that forwards all requests on the fromSecurePort to the toHost and toPort using SSL |
HttpProxyBuilder |
HttpProxyBuilder.withHTTPPort(Integer port)
Configure HTTP port for proxy, setting this value will ensure HTTP is supported |
HttpProxyBuilder |
HttpProxyBuilder.withHTTPSPort(Integer securePort)
Configure HTTP/SSL (HTTPS) port for proxy, setting this value will ensure HTTPS is supported, clients that use HTTP -> HTTPS CONNECT request also require the HTTP port to be set using HttpProxyBuilder#withHTTPPort(Integer port) |
HttpProxyBuilder |
HttpProxyBuilder.withSOCKSPort(Integer socksPort)
Configure SOCKS port for proxy, setting this value will ensure SOCKS is supported Note: currently clients using SSL after connecting with SOCKS are not current supported |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||