Class Http2StreamChannelOption<T>

java.lang.Object
io.netty.util.AbstractConstant<ChannelOption<T>>
io.netty.channel.ChannelOption<T>
io.netty.handler.codec.http2.Http2StreamChannelOption<T>
Type Parameters:
T - the type of the value which is valid for the ChannelOption
All Implemented Interfaces:
Constant<ChannelOption<T>>, Comparable<ChannelOption<T>>

public final class Http2StreamChannelOption<T> extends ChannelOption<T>
ChannelOptions that are specific to Http2StreamChannels.