vertx / io.vertx.core.http / StreamResetException

StreamResetException

open class StreamResetException : VertxException

This exception signals a stream reset, it is used only for HTTP/2.

Author
Julien Viet

Constructors

<init>

StreamResetException(code: Long)

Functions

getCode

open fun getCode(): Long