| Package | Description |
|---|---|
| org.eclipse.jetty.http2 |
| Modifier and Type | Method | Description |
|---|---|---|
static CloseState.Event |
CloseState.Event.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CloseState.Event[] |
CloseState.Event.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
HTTP2Stream.updateClose(boolean update,
CloseState.Event event) |
|
boolean |
IStream.updateClose(boolean update,
CloseState.Event event) |
Updates the close state of this stream.
|
Copyright © 1995–2018 Webtide. All rights reserved.