public abstract class AbstractClientSecureProxyIntegrationTest extends Object
Constructor and Description |
---|
AbstractClientSecureProxyIntegrationTest() |
Modifier and Type | Method and Description |
---|---|
abstract MockServerClient |
getProxyClient() |
abstract int |
getProxyPort() |
abstract int |
getServerSecurePort() |
void |
shouldConnectToSecurePort() |
void |
shouldForwardRequestsToSecurePortAndUnknownPath() |
void |
shouldForwardRequestsToSecurePortUsingHttpClientViaHTTP_CONNECT() |
void |
shouldForwardRequestsToSecurePortUsingSocketDirectly() |
public AbstractClientSecureProxyIntegrationTest()
public abstract int getProxyPort()
public abstract int getServerSecurePort()
public abstract MockServerClient getProxyClient()
public void shouldConnectToSecurePort() throws Exception
Exception
public void shouldForwardRequestsToSecurePortUsingSocketDirectly() throws Exception
Exception
public void shouldForwardRequestsToSecurePortUsingHttpClientViaHTTP_CONNECT() throws Exception
Exception
Copyright © 2018. All rights reserved.