Class FrameStart
java.lang.Object
org.apache.pekko.http.impl.engine.ws.FrameStart
- All Implemented Interfaces:
Serializable,FrameEvent,FrameEventOrError,scala.Equals,scala.Product
Starts a frame. Contains the frame's headers. May contain all the data of the frame if
lastPart == true. Otherwise,
following events will be FrameData events that contain the remaining data of the frame.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
FrameStart
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
header
-
data
public org.apache.pekko.util.ByteString data()- Specified by:
datain interfaceFrameEvent
-
lastPart
public boolean lastPart()- Specified by:
lastPartin interfaceFrameEvent
-
withData
- Specified by:
withDatain interfaceFrameEvent
-
isFullMessage
public boolean isFullMessage()
-