Uses of Enum Class
dev.relism.flash.http2.Http2ErrorCode
Packages that use Http2ErrorCode
-
Uses of Http2ErrorCode in dev.relism.flash.http2
Methods in dev.relism.flash.http2 that return Http2ErrorCodeModifier and TypeMethodDescriptionHttp2Exception.errorCode()The RFC 9113 §7 error code to send in theGOAWAYframe.Http2StreamException.errorCode()The RFC 9113 §7 error code to send in theRST_STREAMframe.static Http2ErrorCodeHttp2ErrorCode.fromCode(int code) Decodes a 32-bit error code received from a peer.static Http2ErrorCodeReturns the enum constant of this class with the specified name.static Http2ErrorCode[]Http2ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.relism.flash.http2 with parameters of type Http2ErrorCodeModifier and TypeMethodDescriptionstatic Http2ExceptionHttp2Exception.of(Http2ErrorCode code, String message) Builds a connection error carrying a caller-supplied debug message.Constructors in dev.relism.flash.http2 with parameters of type Http2ErrorCodeModifierConstructorDescriptionHttp2StreamException(int streamId, Http2ErrorCode errorCode, String message)