Uses of Class
software.amazon.awssdk.crt.http.Http2ClientConnection.Http2ErrorCode
-
Packages that use Http2ClientConnection.Http2ErrorCode Package Description software.amazon.awssdk.crt.http -
-
Uses of Http2ClientConnection.Http2ErrorCode in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return Http2ClientConnection.Http2ErrorCode Modifier and Type Method Description static Http2ClientConnection.Http2ErrorCode
Http2ClientConnection.Http2ErrorCode. valueOf(String name)
Returns 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.Http2ErrorCode Modifier and Type Method Description void
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.
-