public abstract class AbstractSecureProxyIntegrationTest extends Object
| Constructor and Description |
|---|
AbstractSecureProxyIntegrationTest() |
| Modifier and Type | Method and Description |
|---|---|
abstract MockServerClient |
getMockServerClient() |
abstract int |
getProxyPort() |
abstract int |
getServerSecurePort() |
void |
shouldAuthenticateConnectRequestWhenClientConfiguredWithProxyConfiguration() |
void |
shouldConnectToSecurePort() |
void |
shouldConnectToSecurePortWithAuthenticationHeader() |
void |
shouldForwardRequestsToSecurePortAndUnknownPath() |
void |
shouldForwardRequestsToSecurePortUsingHttpClientViaHTTP_CONNECT() |
void |
shouldForwardRequestsToSecurePortUsingSocketDirectly() |
void |
shouldNotConnectToSecurePortRequiringAuthenticationWithCustomRelm() |
void |
shouldNotConnectToSecurePortRequiringAuthenticationWithDefaultRelm() |
void |
shouldPreventUnauthenticatedConnectRequestWhenClientConfiguredWithProxyConfiguration() |
static void |
stopEventLoopGroup() |
public abstract int getProxyPort()
public abstract int getServerSecurePort()
public abstract MockServerClient getMockServerClient()
public static void stopEventLoopGroup()
public void shouldConnectToSecurePort()
throws Exception
Exceptionpublic void shouldNotConnectToSecurePortRequiringAuthenticationWithDefaultRelm()
throws Exception
Exceptionpublic void shouldNotConnectToSecurePortRequiringAuthenticationWithCustomRelm()
throws Exception
Exceptionpublic void shouldConnectToSecurePortWithAuthenticationHeader()
throws Exception
Exceptionpublic void shouldForwardRequestsToSecurePortUsingSocketDirectly()
throws Exception
Exceptionpublic void shouldForwardRequestsToSecurePortUsingHttpClientViaHTTP_CONNECT()
throws Exception
Exceptionpublic void shouldForwardRequestsToSecurePortAndUnknownPath()
throws Exception
Exceptionpublic void shouldPreventUnauthenticatedConnectRequestWhenClientConfiguredWithProxyConfiguration()
Copyright © 2020. All rights reserved.