| Package | Description |
|---|---|
| org.aoju.bus.http.metric.http |
| Modifier and Type | Field and Description |
|---|---|
ErrorCode |
StreamException.errorCode |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
ErrorCode.fromHttp2(int code) |
ErrorCode |
Http2Stream.getErrorCode() |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Http2Stream.close(ErrorCode rstStatusCode) |
void |
Http2Stream.closeLater(ErrorCode errorCode) |
void |
PushObserver.onReset(int streamId,
ErrorCode errorCode)
指示此流被取消的原因
|
void |
Http2Connection.shutdown(ErrorCode statusCode) |
| Constructor and Description |
|---|
StreamException(ErrorCode errorCode) |
Copyright © 2020. All rights reserved.