- PortUnificationHandler - Class in org.mockserver.proxy.unification
-
- PortUnificationHandler() - Constructor for class org.mockserver.proxy.unification.PortUnificationHandler
-
- Proxy<T extends LifeCycle> - Class in org.mockserver.proxy
-
This class should not be constructed directly instead use HttpProxyBuilder to build and configure this class
- Proxy() - Constructor for class org.mockserver.proxy.Proxy
-
- PROXY_PORT_KEY - Static variable in class org.mockserver.cli.Main
-
- PROXY_REMOTE_HOST_KEY - Static variable in class org.mockserver.cli.Main
-
- PROXY_REMOTE_PORT_KEY - Static variable in class org.mockserver.cli.Main
-
- ProxyBuilder - Class in org.mockserver.proxy
-
This class should be used to configure the HttpProxy, using this class is the simplest way to create an HttpProxy instance
- ProxyBuilder() - Constructor for class org.mockserver.proxy.ProxyBuilder
-
- ProxyRelayHandler<T extends io.netty.handler.codec.http.HttpMessage> - Class in org.mockserver.proxy.relay
-
- ProxyRelayHandler(Channel, Logger) - Constructor for class org.mockserver.proxy.relay.ProxyRelayHandler
-
- ProxyRule - Class in org.mockserver.junit
-
- ProxyRule(Object) - Constructor for class org.mockserver.junit.ProxyRule
-
Start the proxy prior to test execution and stop the proxy after the tests have completed.
- ProxyRule(Object, boolean) - Constructor for class org.mockserver.junit.ProxyRule
-
Start the proxy prior to test execution and stop the proxy after the tests have completed.
- ProxyRule(Integer, Object) - Constructor for class org.mockserver.junit.ProxyRule
-
Start the proxy prior to test execution and stop the proxy after the tests have completed.
- ProxyRule(Integer, Object, boolean) - Constructor for class org.mockserver.junit.ProxyRule
-
Start the proxy prior to test execution and stop the proxy after the tests have completed.