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

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

Introduction

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

The text is from its open source code.

Method

DatagramChannelConfigsetNetworkInterface(NetworkInterface networkInterface)
Sets the StandardSocketOptions#IP_MULTICAST_IF option.
DatagramChannelConfigsetReceiveBufferSize(int receiveBufferSize)
Sets the StandardSocketOptions#SO_RCVBUF option.
DatagramChannelConfigsetReuseAddress(boolean reuseAddress)
Gets the StandardSocketOptions#SO_REUSEADDR option.
DatagramChannelConfigsetSendBufferSize(int sendBufferSize)
Sets the StandardSocketOptions#SO_SNDBUF option.