Package | Description |
---|---|
org.eclipse.jetty.http2 | |
org.eclipse.jetty.http2.frames |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<CloseState> |
HTTP2Session.closed |
private java.util.concurrent.atomic.AtomicReference<CloseState> |
HTTP2Stream.closeState |
Modifier and Type | Method and Description |
---|---|
static CloseState |
CloseState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CloseState[] |
CloseState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private GoAwayFrame |
HTTP2Session.newGoAwayFrame(CloseState closeState,
int error,
java.lang.String reason) |
Modifier and Type | Field and Description |
---|---|
private CloseState |
GoAwayFrame.closeState |
Constructor and Description |
---|
GoAwayFrame(CloseState closeState,
int lastStreamId,
int error,
byte[] payload) |