org.mockserver.integration.proxy
Class AbstractClientSecureProxyIntegrationTest

java.lang.Object
  extended by org.mockserver.integration.proxy.AbstractClientSecureProxyIntegrationTest

public abstract class AbstractClientSecureProxyIntegrationTest
extends Object

Author:
jamesdbloom

Constructor Summary
AbstractClientSecureProxyIntegrationTest()
           
 
Method Summary
abstract  ProxyClient getProxyClient()
           
abstract  int getProxyPort()
           
abstract  int getServerSecurePort()
           
 void shouldConnectToSecurePort()
           
 void shouldForwardRequestsToSecurePortAndUnknownPath()
           
 void shouldForwardRequestsToSecurePortUsingHttpClientViaHTTP_CONNECT()
           
 void shouldForwardRequestsToSecurePortUsingSocketDirectly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractClientSecureProxyIntegrationTest

public AbstractClientSecureProxyIntegrationTest()
Method Detail

getProxyPort

public abstract int getProxyPort()

getServerSecurePort

public abstract int getServerSecurePort()

getProxyClient

public abstract ProxyClient 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

shouldForwardRequestsToSecurePortAndUnknownPath

public void shouldForwardRequestsToSecurePortAndUnknownPath()
                                                     throws Exception
Throws:
Exception


Copyright © 2016. All rights reserved.