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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
FrameStart
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1, T2 v2) 
- 
toString
- 
header
- 
datapublic org.apache.pekko.util.ByteString data()- Specified by:
- datain interface- FrameEvent
 
- 
lastPartpublic boolean lastPart()- Specified by:
- lastPartin interface- FrameEvent
 
- 
withData- Specified by:
- withDatain interface- FrameEvent
 
- 
isFullMessagepublic boolean isFullMessage()
 
-