public final class SpdySessionException extends IOException
SpdyStreamException
, this exception means severe problem
related to the entire SPDY session.Constructor and Description |
---|
SpdySessionException(int streamId,
int goAwayStatus)
Construct SpdySessionException.
|
SpdySessionException(int streamId,
int goAwayStatus,
int rstReason)
Construct SpdySessionException.
|
Modifier and Type | Method and Description |
---|---|
int |
getGoAwayStatus() |
int |
getRstReason()
RstFrame reason, if not -1 RstFrame frame will be sent before GoAway.
|
int |
getStreamId() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SpdySessionException(int streamId, int goAwayStatus)
streamId
- goAwayStatus
- public SpdySessionException(int streamId, int goAwayStatus, int rstReason)
RstStreamFrame
with the specified
streamId and rstReason before sending GoAwayFrame
.streamId
- goAwayStatus
- rstReason
- Copyright © 2015 Oracle Corporation. All rights reserved.