Uses of Class
org.apache.hc.core5.http2.H2Error
-
Packages that use H2Error Package Description org.apache.hc.core5.http2 Core HTTP/2 transport component APIs.org.apache.hc.core5.http2.frame Core HTTP/2 data frame APIs.org.apache.hc.core5.http2.impl.nio 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 H2Error Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.Integer,H2Error>
H2Error. MAP_BY_CODE
Methods in org.apache.hc.core5.http2 that return H2Error Modifier and Type Method Description static H2Error
H2Error. getByCode(int code)
static H2Error
H2Error. valueOf(java.lang.String name)
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 H2Error Constructor Description H2ConnectionException(H2Error error, java.lang.String message)
H2StreamResetException(H2Error error, java.lang.String message)
-
Uses of H2Error in org.apache.hc.core5.http2.frame
Methods in org.apache.hc.core5.http2.frame with parameters of type H2Error Modifier and Type Method Description RawFrame
FrameFactory. createGoAway(int lastStream, H2Error error, java.lang.String message)
RawFrame
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 H2Error Modifier and Type Method Description (package private) void
AbstractH2StreamMultiplexer.H2Stream. localReset(java.lang.Exception cause, H2Error error)
(package private) boolean
AbstractH2StreamMultiplexer.H2StreamChannelImpl. localReset(H2Error error)
-