| Package | Description |
|---|---|
| org.eclipse.jetty.spdy | |
| org.eclipse.jetty.spdy.api |
| Modifier and Type | Method and Description |
|---|---|
SessionStatus |
SessionException.getSessionStatus() |
| Constructor and Description |
|---|
SessionException(SessionStatus sessionStatus) |
SessionException(SessionStatus sessionStatus,
String message) |
SessionException(SessionStatus sessionStatus,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static SessionStatus |
SessionStatus.from(int code) |
SessionStatus |
GoAwayResultInfo.getSessionStatus() |
static SessionStatus |
SessionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionStatus[] |
SessionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GoAwayResultInfo(int lastStreamId,
SessionStatus sessionStatus)
Creates a new
GoAwayResultInfo with the given last good stream id and session status |
Copyright © 1995-2015 Webtide. All Rights Reserved.