public final class RefusedStreamException extends RuntimeException
RuntimeException raised when a server set
HTTP/2 MAX_CONCURRENT_STREAMS to 0,
which means a client can't send anything.| Modifier and Type | Method and Description |
|---|---|
static RefusedStreamException |
get()
Returns a singleton
RefusedStreamException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static RefusedStreamException get()
RefusedStreamException.Copyright © 2020 LeanCloud. All rights reserved.