public abstract class AbstractClientSecureProxyIntegrationTest extends Object
| Constructor and Description |
|---|
AbstractClientSecureProxyIntegrationTest() |
| Modifier and Type | Method and Description |
|---|---|
abstract ProxyClient |
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 ProxyClient getProxyClient()
public void shouldConnectToSecurePort()
throws Exception
Exceptionpublic void shouldForwardRequestsToSecurePortUsingSocketDirectly()
throws Exception
Exceptionpublic void shouldForwardRequestsToSecurePortUsingHttpClientViaHTTP_CONNECT()
throws Exception
ExceptionCopyright © 2018. All rights reserved.