Class Http2ServerDemux

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.Http2ServerDemux
All Implemented Interfaces:
org.apache.pekko.stream.Graph<org.apache.pekko.stream.BidiShape<Http2SubStream,FrameEvent,FrameEvent,Http2SubStream>,ServerTerminator>

public class Http2ServerDemux extends Http2Demux
INTERNAL API