Interface HttpsProxyGraphStageSpec.Context

Enclosing class:
HttpsProxyGraphStageSpec

public static interface HttpsProxyGraphStageSpec.Context
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    int
     
    void
    testCase(scala.Option<HttpCredentials> proxyAuth, scala.Function4<org.apache.pekko.stream.testkit.TestPublisher.Probe<org.apache.pekko.util.ByteString>,org.apache.pekko.stream.testkit.TestSubscriber.Probe<org.apache.pekko.util.ByteString>,org.apache.pekko.stream.testkit.TestPublisher.Probe<org.apache.pekko.util.ByteString>,org.apache.pekko.stream.testkit.TestSubscriber.Probe<org.apache.pekko.util.ByteString>,scala.runtime.BoxedUnit> fn)
     
  • Method Details

    • basicProxyAuth

      BasicHttpCredentials basicProxyAuth()
    • clientSettings

      ClientConnectionSettings clientSettings()
    • targetHostName

      String targetHostName()
    • targetPort

      int targetPort()
    • testCase

      void testCase(scala.Option<HttpCredentials> proxyAuth, scala.Function4<org.apache.pekko.stream.testkit.TestPublisher.Probe<org.apache.pekko.util.ByteString>,org.apache.pekko.stream.testkit.TestSubscriber.Probe<org.apache.pekko.util.ByteString>,org.apache.pekko.stream.testkit.TestPublisher.Probe<org.apache.pekko.util.ByteString>,org.apache.pekko.stream.testkit.TestSubscriber.Probe<org.apache.pekko.util.ByteString>,scala.runtime.BoxedUnit> fn)