Class AckFrame
java.lang.Object
org.eclipse.jetty.quic.api.frames.Frame
org.eclipse.jetty.quic.api.frames.AckFrame
- 
Nested Class Summary
Nested classes/interfaces inherited from class Frame
Frame.WithStreamId - 
Field Summary
Fields inherited from class Frame
DEFAULT_MAX_SIZE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglongMethods inherited from class Frame
getFrameType, toString 
- 
Constructor Details
- 
AckFrame
 - 
AckFrame
 
 - 
 - 
Method Details
- 
getAckNumber
public long getAckNumber() - 
getAckDelay
public long getAckDelay() - 
getRanges
 - 
getECT0Count
public long getECT0Count() - 
getECT1Count
public long getECT1Count() - 
getCECount
public long getCECount() 
 -