Example usage for Java io.netty.bootstrap AbstractBootstrap fields, constructors, methods, implement or subclass
The text is from its open source code.
ChannelHandler | handler |
ChannelFuture | bind(int inetPort) Create a new Channel and bind it. |
ChannelFuture | bind(SocketAddress localAddress) Create a new Channel and bind it. |
B | option(ChannelOption Allow to specify a ChannelOption which is used for the Channel instances once they got created. |