Class AbstractClientSecureProxyIntegrationTest


  • public abstract class AbstractClientSecureProxyIntegrationTest
    extends Object
    Author:
    jamesdbloom
    • Constructor Detail

      • AbstractClientSecureProxyIntegrationTest

        public AbstractClientSecureProxyIntegrationTest()
    • Method Detail

      • getProxyPort

        public abstract int getProxyPort()
      • getServerSecurePort

        public abstract int getServerSecurePort()
      • 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