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> 
INTERNAL API
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.pekko.http.impl.engine.http2.Http2DemuxHttp2Demux.CompletionTimeout$Nested classes/interfaces inherited from interface org.apache.pekko.stream.Graphorg.apache.pekko.stream.Graph.GraphMapMatVal<S extends org.apache.pekko.stream.Shape,M extends Object> 
- 
Constructor SummaryConstructorsConstructorDescriptionHttp2ServerDemux(Http2ServerSettings http2Settings, scala.collection.immutable.Seq<FrameEvent.Setting> initialRemoteSettings, boolean upgraded) 
- 
Method SummaryModifier and TypeMethodDescriptionscala.concurrent.duration.FiniteDurationscala.Option<HttpEntity.ChunkStreamPart>Methods inherited from class org.apache.pekko.http.impl.engine.http2.Http2DemuxcreateLogicAndMaterializedValue, frameIn, frameOut, shape, substreamIn, substreamOutMethods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValueaddAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
- 
Constructor Details- 
Http2ServerDemuxpublic Http2ServerDemux(Http2ServerSettings http2Settings, scala.collection.immutable.Seq<FrameEvent.Setting> initialRemoteSettings, boolean upgraded) 
 
- 
- 
Method Details- 
completionTimeoutpublic scala.concurrent.duration.FiniteDuration completionTimeout()- Specified by:
- completionTimeoutin class- Http2Demux
 
- 
wrapTrailingHeaderspublic scala.Option<HttpEntity.ChunkStreamPart> wrapTrailingHeaders(FrameEvent.ParsedHeadersFrame headers) - Specified by:
- wrapTrailingHeadersin class- Http2Demux
 
 
-