Uses of Class
io.helidon.nima.http2.Http2Exception
Packages that use Http2Exception
Package
Description
HTTP/2 types common for client and server.
HTTP/2 WebServer.
-
Uses of Http2Exception in io.helidon.nima.http2
Methods in io.helidon.nima.http2 that throw Http2ExceptionModifier and TypeMethodDescriptionvoidHttp2Headers.validateRequest()Validate client or server request.voidHttp2Headers.validateResponse()Validate server response or client response. -
Uses of Http2Exception in io.helidon.nima.http2.webserver
Methods in io.helidon.nima.http2.webserver that throw Http2ExceptionModifier and TypeMethodDescriptionvoidHttp2Stream.checkDataReceivable()Check if data can be received on this stream.voidHttp2Stream.checkHeadersReceivable()Check if headers can be received on this stream.voidHttp2Stream.checkNotClosed()Check this stream is not closed.