Package akka.remote.artery
Class InboundHandshake
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<FlowShape<InboundEnvelope,InboundEnvelope>>
-
- akka.remote.artery.InboundHandshake
-
- All Implemented Interfaces:
Graph<FlowShape<InboundEnvelope,InboundEnvelope>,NotUsed>
public class InboundHandshake extends GraphStage<FlowShape<InboundEnvelope,InboundEnvelope>>
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description InboundHandshake(InboundContext inboundContext, boolean inControlStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogic
createLogic(Attributes inheritedAttributes)
Inlet<InboundEnvelope>
in()
Outlet<InboundEnvelope>
out()
FlowShape<InboundEnvelope,InboundEnvelope>
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.-
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, initialAttributes, traversalBuilder, withAttributes
-
-
-
-
Constructor Detail
-
InboundHandshake
public InboundHandshake(InboundContext inboundContext, boolean inControlStream)
-
-
Method Detail
-
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
- Specified by:
createLogic
in classGraphStage<FlowShape<InboundEnvelope,InboundEnvelope>>
-
in
public Inlet<InboundEnvelope> in()
-
out
public Outlet<InboundEnvelope> out()
-
shape
public FlowShape<InboundEnvelope,InboundEnvelope> shape()
Description copied from interface:Graph
The shape of a graph is all that is externally visible: its inlets and outlets.- Returns:
- (undocumented)
-
-