Java io.netty.channel.socket.nio NioServerSocketChannel fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel.socket.nio NioServerSocketChannel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel.socket.nio NioServerSocketChannel.

The text is from its open source code.

Subclass

io.netty.channel.socket.nio.NioServerSocketChannel has subclasses.
Click this link to see all its subclasses.

Constructor

NioServerSocketChannel()
Create a new instance
NioServerSocketChannel(SelectorProvider provider)
Create a new instance using the given SelectorProvider .
NioServerSocketChannel(ServerSocketChannel channel)
Create a new instance using the given ServerSocketChannel .

Method

InetSocketAddresslocalAddress()