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.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of H2Error in org.apache.hc.core5.http2
Fields in org.apache.hc.core5.http2 with type parameters of type H2ErrorModifier and TypeFieldDescriptionprivate static final ConcurrentMap
<Integer, H2Error> H2Error.MAP_BY_CODE
Methods in org.apache.hc.core5.http2 that return H2ErrorModifier and TypeMethodDescriptionstatic H2Error
H2Error.getByCode
(int code) static H2Error
Returns 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) -
Uses of H2Error in org.apache.hc.core5.http2.impl.nio
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type H2ErrorModifier and TypeMethodDescription(package private) void
AbstractH2StreamMultiplexer.H2Stream.localReset
(Exception cause, H2Error error) (package private) boolean
AbstractH2StreamMultiplexer.H2StreamChannelImpl.localReset
(H2Error error)