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

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

Introduction

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

The text is from its open source code.

Method

ChannelFuturecloseFuture()
Returns the ChannelFuture which will be notified when this channel is closed.
DatagramChannelConfigconfig()
booleanisActive()
Return true if the Channel is active and so connected.
booleanisConnected()
Return true if the DatagramChannel is connected to the remote peer.
booleanisOpen()
Returns true if the Channel is open and may get active later
ChannelFuturejoinGroup(InetAddress multicastAddress, ChannelPromise future)
Joins a multicast group and notifies the ChannelFuture once the operation completes.
ChannelFuturejoinGroup(InetSocketAddress multicastAddress, NetworkInterface networkInterface)
Joins the specified multicast group at the specified interface and notifies the ChannelFuture once the operation completes.
InetSocketAddresslocalAddress()
ChannelPipelinepipeline()
Return the assigned ChannelPipeline .