Package akka.http.impl.engine.http2
Class PullFrameResult.SendFrameAndTrailer
- java.lang.Object
-
- akka.http.impl.engine.http2.PullFrameResult
-
- akka.http.impl.engine.http2.PullFrameResult.SendFrameAndTrailer
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- PullFrameResult
public static final class PullFrameResult.SendFrameAndTrailer extends PullFrameResult implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.http.impl.engine.http2.PullFrameResult
PullFrameResult.SendFrame, PullFrameResult.SendFrame$, PullFrameResult.SendFrameAndTrailer, PullFrameResult.SendFrameAndTrailer$
-
-
Constructor Summary
Constructors Constructor Description SendFrameAndTrailer(FrameEvent.DataFrame frame, FrameEvent trailer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameEvent.DataFrame
frame()
FrameEvent
trailer()
-
-
-
Constructor Detail
-
SendFrameAndTrailer
public SendFrameAndTrailer(FrameEvent.DataFrame frame, FrameEvent trailer)
-
-
Method Detail
-
frame
public FrameEvent.DataFrame frame()
-
trailer
public FrameEvent trailer()
-
-