public static interface HttpsProxyGraphStageSpec.Context
Modifier and Type | Method and Description |
---|---|
BasicHttpCredentials |
basicProxyAuth() |
ClientConnectionSettings |
clientSettings() |
java.lang.String |
targetHostName() |
int |
targetPort() |
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) |
BasicHttpCredentials basicProxyAuth()
ClientConnectionSettings clientSettings()
java.lang.String targetHostName()
int targetPort()
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)