Uses of Enum Class
org.miaixz.bus.http.metric.http.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in org.miaixz.bus.http.metric.http
Fields in org.miaixz.bus.http.metric.http declared as ErrorCodeMethods in org.miaixz.bus.http.metric.http that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCodeErrorCode.fromHttp2(int code) Http2Stream.getErrorCode()Returns the reason why this stream was closed, or null if it closed normally or has not yet been closed.static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.http.metric.http with parameters of type ErrorCodeModifier and TypeMethodDescriptionvoidHttp2Stream.close(ErrorCode rstStatusCode, IOException errorException) Abnormally terminate this stream.voidHttp2Stream.closeLater(ErrorCode errorCode) Abnormally terminate this stream.void告诉对方停止创建流,我们最后处理lastGoodStreamId,如果没有处理流,则为零.void指示此流被取消的原因voidvoidDegrades this connection such that new streams can neither be created locally, nor accepted from the remote peer.Constructors in org.miaixz.bus.http.metric.http with parameters of type ErrorCode