Class NewConnectionIdFrame
java.lang.Object
org.eclipse.jetty.quic.api.frames.Frame
org.eclipse.jetty.quic.api.frames.NewConnectionIdFrame
- 
Nested Class Summary
Nested classes/interfaces inherited from class Frame
Frame.WithStreamId - 
Field Summary
Fields inherited from class Frame
DEFAULT_MAX_SIZE - 
Constructor Summary
ConstructorsConstructorDescriptionNewConnectionIdFrame(byte[] connectionId, long sequenceNumber, long retirePriorTo, byte[] resetToken)  - 
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]longlongMethods inherited from class Frame
getFrameType, toString 
- 
Constructor Details
- 
NewConnectionIdFrame
public NewConnectionIdFrame(byte[] connectionId, long sequenceNumber, long retirePriorTo, byte[] resetToken)  
 - 
 - 
Method Details
- 
getConnectionId
public byte[] getConnectionId() - 
getSequenceNumber
public long getSequenceNumber() - 
getRetirePriorTo
public long getRetirePriorTo() - 
getResetToken
public byte[] getResetToken() 
 -