Class Http2ClientDemux

java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<org.apache.pekko.stream.BidiShape<Http2SubStream,FrameEvent,FrameEvent,Http2SubStream>,ServerTerminator>
org.apache.pekko.http.impl.engine.http2.Http2Demux
org.apache.pekko.http.impl.engine.http2.Http2ClientDemux
All Implemented Interfaces:
org.apache.pekko.stream.Graph<org.apache.pekko.stream.BidiShape<Http2SubStream,FrameEvent,FrameEvent,Http2SubStream>,ServerTerminator>

public class Http2ClientDemux extends Http2Demux
INTERNAL API