Uses of Enum
org.apache.hc.core5.http2.H2Error
Packages that use H2Error
Package
Description
Core HTTP/2 transport component APIs.
Core HTTP/2 data frame APIs.
-
Uses of H2Error in org.apache.hc.core5.http2
Subclasses with type arguments of type H2Error in org.apache.hc.core5.http2Methods in org.apache.hc.core5.http2 that return H2ErrorModifier and TypeMethodDescriptionstatic H2ErrorH2Error.getByCode(int code) static H2ErrorReturns the enum constant of this type with the specified name.static H2Error[]H2Error.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hc.core5.http2 with parameters of type H2ErrorModifierConstructorDescriptionH2ConnectionException(H2Error error, String message) H2StreamResetException(H2Error error, String message) -
Uses of H2Error in org.apache.hc.core5.http2.frame
Methods in org.apache.hc.core5.http2.frame with parameters of type H2ErrorModifier and TypeMethodDescriptionFrameFactory.createGoAway(int lastStream, H2Error error, String message) FrameFactory.createResetStream(int streamId, H2Error error)