Uses of Interface
io.netty.channel.socket.DatagramChannelConfig
Packages that use DatagramChannelConfig
Package
Description
Optimized transport for linux which uses EPOLL.
BSD specific transport.
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
-
Uses of DatagramChannelConfig in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement DatagramChannelConfigMethods in io.netty.channel.epoll that return DatagramChannelConfigModifier and TypeMethodDescriptionEpollDatagramChannelConfig.setLoopbackModeDisabled(boolean loopbackModeDisabled) -
Uses of DatagramChannelConfig in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement DatagramChannelConfigMethods in io.netty.channel.kqueue that return DatagramChannelConfigModifier and TypeMethodDescriptionKQueueDatagramChannelConfig.setLoopbackModeDisabled(boolean loopbackModeDisabled) -
Uses of DatagramChannelConfig in io.netty.channel.socket
Classes in io.netty.channel.socket that implement DatagramChannelConfigMethods in io.netty.channel.socket that return DatagramChannelConfigModifier and TypeMethodDescriptionDatagramChannel.config()DatagramChannelConfig.setAllocator(ByteBufAllocator allocator) DefaultDatagramChannelConfig.setAllocator(ByteBufAllocator allocator) DatagramChannelConfig.setAutoClose(boolean autoClose) DefaultDatagramChannelConfig.setAutoClose(boolean autoClose) DatagramChannelConfig.setAutoRead(boolean autoRead) DefaultDatagramChannelConfig.setAutoRead(boolean autoRead) DatagramChannelConfig.setBroadcast(boolean broadcast) Sets theStandardSocketOptions.SO_BROADCASToption.DefaultDatagramChannelConfig.setBroadcast(boolean broadcast) DatagramChannelConfig.setConnectTimeoutMillis(int connectTimeoutMillis) DefaultDatagramChannelConfig.setConnectTimeoutMillis(int connectTimeoutMillis) DatagramChannelConfig.setInterface(InetAddress interfaceAddress) Sets the address of the network interface used for multicast packets.DefaultDatagramChannelConfig.setInterface(InetAddress interfaceAddress) DatagramChannelConfig.setLoopbackModeDisabled(boolean loopbackModeDisabled) Sets theStandardSocketOptions.IP_MULTICAST_LOOPoption.DefaultDatagramChannelConfig.setLoopbackModeDisabled(boolean loopbackModeDisabled) DatagramChannelConfig.setMaxMessagesPerRead(int maxMessagesPerRead) Deprecated.DefaultDatagramChannelConfig.setMaxMessagesPerRead(int maxMessagesPerRead) Deprecated.DefaultDatagramChannelConfig.setMaxMessagesPerWrite(int maxMessagesPerWrite) DatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) DefaultDatagramChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) DatagramChannelConfig.setNetworkInterface(NetworkInterface networkInterface) Sets theStandardSocketOptions.IP_MULTICAST_IFoption.DefaultDatagramChannelConfig.setNetworkInterface(NetworkInterface networkInterface) DatagramChannelConfig.setReceiveBufferSize(int receiveBufferSize) Sets theStandardSocketOptions.SO_RCVBUFoption.DefaultDatagramChannelConfig.setReceiveBufferSize(int receiveBufferSize) DatagramChannelConfig.setRecvByteBufAllocator(RecvByteBufAllocator allocator) DefaultDatagramChannelConfig.setRecvByteBufAllocator(RecvByteBufAllocator allocator) DatagramChannelConfig.setReuseAddress(boolean reuseAddress) Gets theStandardSocketOptions.SO_REUSEADDRoption.DefaultDatagramChannelConfig.setReuseAddress(boolean reuseAddress) DatagramChannelConfig.setSendBufferSize(int sendBufferSize) Sets theStandardSocketOptions.SO_SNDBUFoption.DefaultDatagramChannelConfig.setSendBufferSize(int sendBufferSize) DatagramChannelConfig.setTimeToLive(int ttl) Sets theStandardSocketOptions.IP_MULTICAST_TTLoption.DefaultDatagramChannelConfig.setTimeToLive(int ttl) DatagramChannelConfig.setTrafficClass(int trafficClass) Sets theStandardSocketOptions.IP_TOSoption.DefaultDatagramChannelConfig.setTrafficClass(int trafficClass) DefaultDatagramChannelConfig.setWriteBufferHighWaterMark(int writeBufferHighWaterMark) DefaultDatagramChannelConfig.setWriteBufferLowWaterMark(int writeBufferLowWaterMark) DatagramChannelConfig.setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark) DefaultDatagramChannelConfig.setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark) DatagramChannelConfig.setWriteSpinCount(int writeSpinCount) DefaultDatagramChannelConfig.setWriteSpinCount(int writeSpinCount) -
Uses of DatagramChannelConfig in io.netty.channel.socket.nio
Methods in io.netty.channel.socket.nio that return DatagramChannelConfig -
Uses of DatagramChannelConfig in io.netty.channel.socket.oio
Subinterfaces of DatagramChannelConfig in io.netty.channel.socket.oioModifier and TypeInterfaceDescriptioninterfaceDeprecated.use NIO / EPOLL / KQUEUE transport.Methods in io.netty.channel.socket.oio that return DatagramChannelConfigModifier and TypeMethodDescriptionOioDatagramChannel.config()Deprecated.Returns the configuration of this channel. -
Uses of DatagramChannelConfig in io.netty.channel.uring
Methods in io.netty.channel.uring that return DatagramChannelConfig