<T> QuicChannelBootstrap |
QuicChannelBootstrap.attr(io.netty.util.AttributeKey<T> key,
T value) |
Allow to specify an initial attribute of the newly created QuicChannel.
|
QuicChannelBootstrap |
QuicChannelBootstrap.connectionAddress(QuicConnectionAddress connectionAddress) |
|
QuicChannelBootstrap |
QuicChannelBootstrap.handler(io.netty.channel.ChannelHandler handler) |
Set the ChannelHandler that is added to the ChannelPipeline of the
QuicChannel once created.
|
QuicChannelBootstrap |
QuicChannelBootstrap.localAddress(SocketAddress local) |
Set the local address.
|
static QuicChannelBootstrap |
QuicChannel.newBootstrap(io.netty.channel.Channel channel) |
|
<T> QuicChannelBootstrap |
QuicChannelBootstrap.option(io.netty.channel.ChannelOption<T> option,
T value) |
Allow to specify a ChannelOption which is used for the QuicChannel instances once they got
created.
|
QuicChannelBootstrap |
QuicChannelBootstrap.remoteAddress(SocketAddress remote) |
Set the remote address of the host to talk to.
|
<T> QuicChannelBootstrap |
QuicChannelBootstrap.streamAttr(io.netty.util.AttributeKey<T> key,
T value) |
|
QuicChannelBootstrap |
QuicChannelBootstrap.streamHandler(io.netty.channel.ChannelHandler streamHandler) |
Set the ChannelHandler that is added to the ChannelPipeline of the
QuicStreamChannel once created.
|
<T> QuicChannelBootstrap |
QuicChannelBootstrap.streamOption(io.netty.channel.ChannelOption<T> option,
T value) |
Allow to specify a ChannelOption which is used for the QuicStreamChannel instances once they got
created.
|