public final class GoAwayReceivedException extends RuntimeException
RuntimeException raised when a server sent an
HTTP/2 GOAWAY frame with
the lastStreamId less then the stream ID of the request.| Modifier and Type | Method and Description |
|---|---|
static GoAwayReceivedException |
get()
Returns a singleton
GoAwayReceivedException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static GoAwayReceivedException get()
GoAwayReceivedException.Copyright © 2020 LeanCloud. All rights reserved.