Uses of Class
io.netty.handler.codec.quic.QuicChannelBootstrap
Packages that use QuicChannelBootstrap
-
Uses of QuicChannelBootstrap in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicChannelBootstrapModifier and TypeMethodDescriptionQuicChannelBootstrap.attr(AttributeKey<T> key, T value) Allow to specify an initial attribute of the newly createdQuicChannel.QuicChannelBootstrap.connectionAddress(QuicConnectionAddress connectionAddress) Set theQuicConnectionAddressto use.QuicChannelBootstrap.handler(ChannelHandler handler) QuicChannelBootstrap.localAddress(SocketAddress local) Set the local address.static QuicChannelBootstrapQuicChannel.newBootstrap(Channel channel) Creates a newQuicChannelBootstrapthat can be used to create and connect newQuicChannels to endpoints using the givenChannelas transport layer.QuicChannelBootstrap.option(ChannelOption<T> option, T value) Allow to specify aChannelOptionwhich is used for theQuicChannelinstances once they got created.QuicChannelBootstrap.remoteAddress(SocketAddress remote) Set the remote address of the host to talk to.QuicChannelBootstrap.streamAttr(AttributeKey<T> key, T value) Allow to specify an initial attribute of the newly createdQuicStreamChannel.QuicChannelBootstrap.streamHandler(ChannelHandler streamHandler) QuicChannelBootstrap.streamOption(ChannelOption<T> option, T value) Allow to specify aChannelOptionwhich is used for theQuicStreamChannelinstances once they got created.