<T> QuicChannelBootstrap |
QuicChannelBootstrap.attr(AttributeKey<T> key,
T value) |
Allow to specify an initial attribute of the newly created QuicChannel .
|
QuicChannelBootstrap |
QuicChannelBootstrap.connectionAddress(QuicConnectionAddress connectionAddress) |
|
QuicChannelBootstrap |
QuicChannelBootstrap.handler(ChannelHandler handler) |
|
QuicChannelBootstrap |
QuicChannelBootstrap.localAddress(java.net.SocketAddress local) |
Set the local address.
|
static QuicChannelBootstrap |
QuicChannel.newBootstrap(Channel channel) |
|
<T> QuicChannelBootstrap |
QuicChannelBootstrap.option(ChannelOption<T> option,
T value) |
|
QuicChannelBootstrap |
QuicChannelBootstrap.remoteAddress(java.net.SocketAddress remote) |
Set the remote address of the host to talk to.
|
<T> QuicChannelBootstrap |
QuicChannelBootstrap.streamAttr(AttributeKey<T> key,
T value) |
|
QuicChannelBootstrap |
QuicChannelBootstrap.streamHandler(ChannelHandler streamHandler) |
|
<T> QuicChannelBootstrap |
QuicChannelBootstrap.streamOption(ChannelOption<T> option,
T value) |
|