Uses of Enum
software.amazon.awssdk.crt.http.Http2ClientConnection.Http2ErrorCode
Packages that use Http2ClientConnection.Http2ErrorCode
-
Uses of Http2ClientConnection.Http2ErrorCode in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return Http2ClientConnection.Http2ErrorCodeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Http2ClientConnection.Http2ErrorCode[]
Http2ClientConnection.Http2ErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.http with parameters of type Http2ClientConnection.Http2ErrorCodeModifier and TypeMethodDescriptionvoid
Http2Stream.resetStream
(Http2ClientConnection.Http2ErrorCode errorCode) Reset the HTTP/2 stream.void
Http2ClientConnection.sendGoAway
(Http2ClientConnection.Http2ErrorCode Http2ErrorCode, boolean allowMoreStreams) void
Http2ClientConnection.sendGoAway
(Http2ClientConnection.Http2ErrorCode Http2ErrorCode, boolean allowMoreStreams, byte[] debugData) Send a custom GOAWAY frame.