Uses of Class
io.netty.handler.codec.http2.AbstractHttp2StreamChannel.ReadStatus
-
Packages that use AbstractHttp2StreamChannel.ReadStatus Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of AbstractHttp2StreamChannel.ReadStatus in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as AbstractHttp2StreamChannel.ReadStatus Modifier and Type Field Description private AbstractHttp2StreamChannel.ReadStatus
AbstractHttp2StreamChannel. readStatus
This variable represents if a read is in progress for the current channel or was requested.Methods in io.netty.handler.codec.http2 that return AbstractHttp2StreamChannel.ReadStatus Modifier and Type Method Description static AbstractHttp2StreamChannel.ReadStatus
AbstractHttp2StreamChannel.ReadStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractHttp2StreamChannel.ReadStatus[]
AbstractHttp2StreamChannel.ReadStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-