Package | Description |
---|---|
org.eclipse.jetty.spdy | |
org.eclipse.jetty.spdy.api |
Modifier and Type | Method and Description |
---|---|
StreamStatus |
StreamException.getStreamStatus() |
Constructor and Description |
---|
StreamException(int streamId,
StreamStatus streamStatus) |
StreamException(int streamId,
StreamStatus streamStatus,
String message) |
Modifier and Type | Method and Description |
---|---|
static StreamStatus |
StreamStatus.from(short version,
int code) |
StreamStatus |
RstInfo.getStreamStatus() |
static StreamStatus |
StreamStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamStatus[] |
StreamStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RstInfo(int streamId,
StreamStatus streamStatus)
Creates a new
RstInfo with the given stream id and stream status |
RstInfo(long timeout,
TimeUnit unit,
int streamId,
StreamStatus streamStatus)
Creates a new
RstInfo with the given stream id and stream status |
Copyright © 1995-2015 Webtide. All Rights Reserved.