Uses of Class
io.netty.handler.codec.quic.QuicStreamType
-
-
Uses of QuicStreamType in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicStreamType Modifier and Type Method Description QuicStreamTypeQuicStreamChannel. type()Returns theQuicStreamTypeof the stream.static QuicStreamTypeQuicStreamType. valueOf(String name)Returns the enum constant of this type with the specified name.static QuicStreamType[]QuicStreamType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.quic with parameters of type QuicStreamType Modifier and Type Method Description default io.netty.util.concurrent.Future<QuicStreamChannel>QuicChannel. createStream(QuicStreamType type, @Nullable io.netty.channel.ChannelHandler handler)Creates a stream that is using thisQuicChanneland notifies theFutureonce done.io.netty.util.concurrent.Future<QuicStreamChannel>QuicChannel. createStream(QuicStreamType type, @Nullable io.netty.channel.ChannelHandler handler, io.netty.util.concurrent.Promise<QuicStreamChannel> promise)Creates a stream that is using thisQuicChanneland notifies thePromiseonce done.longQuicChannel. peerAllowedStreams(QuicStreamType type)Returns the number of streams that can be created before stream creation will fail withQuicTransportError.STREAM_LIMIT_ERRORerror.QuicStreamChannelBootstrapQuicStreamChannelBootstrap. type(QuicStreamType type)
-