Package akka.http.impl.engine.http2
Class Http2SubStream$
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2SubStream$
-
- All Implemented Interfaces:
java.io.Serializable
public class Http2SubStream$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Http2SubStream$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Http2SubStream$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Http2SubStream
apply(HttpEntity entity, FrameEvent.ParsedHeadersFrame headers, akka.util.OptionVal<FrameEvent.ParsedHeadersFrame> trailingHeaders, scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
-
-
-
Field Detail
-
MODULE$
public static final Http2SubStream$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Http2SubStream apply(HttpEntity entity, FrameEvent.ParsedHeadersFrame headers, akka.util.OptionVal<FrameEvent.ParsedHeadersFrame> trailingHeaders, scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
-
-