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
Exception
public void shouldNotConnectToSecurePortRequiringAuthenticationWithDefaultRelm() throws Exception
Exception
public void shouldNotConnectToSecurePortRequiringAuthenticationWithCustomRelm() throws Exception
Exception
public void shouldConnectToSecurePortWithAuthenticationHeader() throws Exception
Exception
public void shouldForwardRequestsToSecurePortUsingSocketDirectly() throws Exception
Exception
public void shouldForwardRequestsToSecurePortUsingHttpClientViaHTTP_CONNECT() throws Exception
Exception
public void shouldForwardRequestsToSecurePortAndUnknownPath() throws Exception
Exception
public void shouldPreventUnauthenticatedConnectRequestWhenClientConfiguredWithProxyConfiguration()
Copyright © 2020. All rights reserved.