Class HttpsProxyGraphStage
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,org.apache.pekko.NotUsed>
org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.BidiShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>>
org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage
- All Implemented Interfaces:
org.apache.pekko.stream.Graph<org.apache.pekko.stream.BidiShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString>, org.apache.pekko.NotUsed>
public final class HttpsProxyGraphStage
extends org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.BidiShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString>>
INTERNAL API
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic interfaceNested classes/interfaces inherited from interface org.apache.pekko.stream.Graph
org.apache.pekko.stream.Graph.GraphMapMatVal<S extends org.apache.pekko.stream.Shape,M extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionHttpsProxyGraphStage(String targetHostName, int targetPort, ClientConnectionSettings settings, scala.Option<HttpCredentials> proxyAuthorization) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, org.apache.pekko.NotUsed> apply(String targetHostName, int targetPort, ClientConnectionSettings settings, scala.Option<HttpCredentials> proxyAuth) org.apache.pekko.stream.Inlet<org.apache.pekko.util.ByteString>bytesIn()org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString>bytesOut()org.apache.pekko.stream.stage.GraphStageLogiccreateLogic(org.apache.pekko.stream.Attributes inheritedAttributes) org.apache.pekko.stream.BidiShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString> shape()org.apache.pekko.stream.Inlet<org.apache.pekko.util.ByteString>sslIn()org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString>sslOut()Methods inherited from class org.apache.pekko.stream.stage.GraphStage
createLogicAndMaterializedValueMethods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue
addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
-
Constructor Details
-
HttpsProxyGraphStage
public HttpsProxyGraphStage(String targetHostName, int targetPort, ClientConnectionSettings settings, scala.Option<HttpCredentials> proxyAuthorization)
-
-
Method Details
-
apply
public static org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, applyorg.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, org.apache.pekko.NotUsed> (String targetHostName, int targetPort, ClientConnectionSettings settings, scala.Option<HttpCredentials> proxyAuth) -
bytesIn
public org.apache.pekko.stream.Inlet<org.apache.pekko.util.ByteString> bytesIn() -
bytesOut
public org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString> bytesOut() -
sslIn
public org.apache.pekko.stream.Inlet<org.apache.pekko.util.ByteString> sslIn() -
sslOut
public org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString> sslOut() -
shape
public org.apache.pekko.stream.BidiShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, shape()org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString> -
createLogic
public org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) - Specified by:
createLogicin classorg.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.BidiShape<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString>>
-