Uses of Class
dev.relism.flash.http2.Http2Exception
Packages that use Http2Exception
-
Uses of Http2Exception in dev.relism.flash.http2
Fields in dev.relism.flash.http2 declared as Http2ExceptionModifier and TypeFieldDescriptionstatic final Http2ExceptionHttp2Exception.COMPRESSION_ERRORstatic final Http2ExceptionHttp2Exception.FLOW_CONTROL_ERRORstatic final Http2ExceptionHttp2Exception.FRAME_SIZE_ERRORstatic final Http2ExceptionHttp2Exception.INTERNAL_ERRORstatic final Http2ExceptionHttp2Exception.PROTOCOL_ERRORstatic final Http2ExceptionHttp2Exception.SETTINGS_TIMEOUTMethods in dev.relism.flash.http2 that return Http2ExceptionModifier and TypeMethodDescriptionstatic Http2ExceptionHttp2Exception.of(Http2ErrorCode code, String message) Builds a connection error carrying a caller-supplied debug message.