public final class SpdyStreamException extends IOException
Constructor and Description |
---|
SpdyStreamException(int streamId,
int rstReason) |
SpdyStreamException(int streamId,
int rstReason,
String description) |
SpdyStreamException(int streamId,
int rstReason,
String description,
Throwable cause) |
SpdyStreamException(int streamId,
int rstReason,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getRstReason() |
int |
getStreamId() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2015 Oracle Corporation. All rights reserved.