Class GoAwayFrame
java.lang.Object
org.eclipse.jetty.http3.frames.Frame
org.eclipse.jetty.http3.frames.GoAwayFrame
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class Frame
getFrameType, isLast 
- 
Field Details
- 
CLIENT_GRACEFUL
 - 
SERVER_GRACEFUL
 
 - 
 - 
Constructor Details
- 
GoAwayFrame
public GoAwayFrame(long lastId)  
 - 
 - 
Method Details
- 
getLastId
public long getLastId() - 
isGraceful
public boolean isGraceful() - 
toString
 
 -