Package akka.http.impl.engine.http2
Class PullFrameResult.SendFrame
- java.lang.Object
-
- akka.http.impl.engine.http2.PullFrameResult
-
- akka.http.impl.engine.http2.PullFrameResult.SendFrame
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- PullFrameResult
public static final class PullFrameResult.SendFrame 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 SendFrame(FrameEvent.DataFrame frame, boolean hasMore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameEvent.DataFrame
frame()
boolean
hasMore()
-
-
-
Constructor Detail
-
SendFrame
public SendFrame(FrameEvent.DataFrame frame, boolean hasMore)
-
-
Method Detail
-
frame
public FrameEvent.DataFrame frame()
-
hasMore
public boolean hasMore()
-
-