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

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

Introduction

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

The text is from its open source code.

Field

DatagramChannelConfigconfig

Constructor

NioDatagramChannel(SelectorProvider provider)
Create a new instance using the given SelectorProvider which will use the Operation Systems default InternetProtocolFamily .
NioDatagramChannel(InternetProtocolFamily ipFamily)
Create a new instance using the given InternetProtocolFamily .
NioDatagramChannel(DatagramChannel socket)
Create a new instance from the given DatagramChannel .
NioDatagramChannel()
Create a new instance which will use the Operation Systems default InternetProtocolFamily .

Method