Java io.netty.bootstrap AbstractBootstrap fields, constructors, methods, implement or subclass

Example usage for Java io.netty.bootstrap AbstractBootstrap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.bootstrap AbstractBootstrap.

The text is from its open source code.

Field

ChannelHandlerhandler

Method

ChannelFuturebind(int inetPort)
Create a new Channel and bind it.
ChannelFuturebind(SocketAddress localAddress)
Create a new Channel and bind it.
Boption(ChannelOption option, T value)
Allow to specify a ChannelOption which is used for the Channel instances once they got created.