Package org.mockserver.integration.proxy
Class AbstractClientSecureProxyIntegrationTest
- java.lang.Object
-
- org.mockserver.integration.proxy.AbstractClientSecureProxyIntegrationTest
-
public abstract class AbstractClientSecureProxyIntegrationTest extends Object
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description AbstractClientSecureProxyIntegrationTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract MockServerClient
getProxyClient()
abstract int
getProxyPort()
abstract int
getServerSecurePort()
void
shouldConnectToSecurePort()
void
shouldForwardRequestsToSecurePortAndUnknownPath()
void
shouldForwardRequestsToSecurePortUsingHttpClientViaHTTP_CONNECT()
void
shouldForwardRequestsToSecurePortUsingSocketDirectly()
-
-
-
Method Detail
-
getProxyPort
public abstract int getProxyPort()
-
getServerSecurePort
public abstract int getServerSecurePort()
-
getProxyClient
public abstract MockServerClient getProxyClient()
-
shouldConnectToSecurePort
public void shouldConnectToSecurePort() throws Exception
- Throws:
Exception
-
shouldForwardRequestsToSecurePortUsingSocketDirectly
public void shouldForwardRequestsToSecurePortUsingSocketDirectly() throws Exception
- Throws:
Exception
-
shouldForwardRequestsToSecurePortUsingHttpClientViaHTTP_CONNECT
public void shouldForwardRequestsToSecurePortUsingHttpClientViaHTTP_CONNECT() throws Exception
- Throws:
Exception
-
-