| Name | Description | Type | Package | Framework |
| ChannelInputShutdownEvent | Special event which will be fired and passed to theChannelHandler. | Class | io.netty.channel.socket | Netty |
| DatagramChannel | Interface | io.netty.channel.socket | Netty | |
| DatagramChannelConfig | A ChannelConfig for a DatagramChannel. | Interface | io.netty.channel.socket | Netty |
| DatagramPacket | The message container that is used for DatagramChannel to communicate with the remote peer. | Class | io.netty.channel.socket | Netty |
| DefaultDatagramChannelConfig | The default DatagramChannelConfig implementation. | Class | io.netty.channel.socket | Netty |
| DefaultOioServerSocketChannelConfig | Class | io.netty.channel.socket.oio | Netty | |
| DefaultOioSocketChannelConfig | Class | io.netty.channel.socket.oio | Netty | |
| DefaultServerSocketChannelConfig | The default ServerSocketChannelConfig implementation. | Class | io.netty.channel.socket | Netty |
| DefaultSocketChannelConfig | The default SocketChannelConfig implementation. | Class | io.netty.channel.socket | Netty |
| InternetProtocolFamily | enum InternetProtocolFamilyInternet Protocol (IP) families used byte the DatagramChannel | Class | io.netty.channel.socket | Netty |
| NioDatagramChannel | An NIO datagram Channel that sends and receives anSee Also:AddressedEnvelope, | Class | io.netty.channel.socket.nio | Netty |
| NioServerSocketChannel | A ServerSocketChannel implementation which usesNIO selector based implementation to accept new connections. | Class | io.netty.channel.socket.nio | Netty |
| NioSocketChannel | SocketChannel which uses NIO selector based implementation. | Class | io.netty.channel.socket.nio | Netty |
| OioDatagramChannel | An OIO datagram Channel that sends and receives anSee Also:AddressedEnvelope, | Class | io.netty.channel.socket.oio | Netty |
| OioServerSocketChannel | ServerSocketChannel which accepts new connections and create the OioSocketChannel's for them. | Class | io.netty.channel.socket.oio | Netty |
| OioServerSocketChannelConfig | A ServerSocketChannelConfig for a OioServerSocketChannel. | Interface | io.netty.channel.socket.oio | Netty |
| OioSocketChannel | Class | io.netty.channel.socket.oio | Netty | |
| OioSocketChannelConfig | A ChannelConfig for a OioSocketChannel. | Interface | io.netty.channel.socket.oio | Netty |
| ServerSocketChannel | A TCP/IP ServerChannel which accepts incoming TCP/IP connections. | Interface | io.netty.channel.socket | Netty |
| ServerSocketChannelConfig | A ChannelConfig for a ServerSocketChannel. | Interface | io.netty.channel.socket | Netty |
| SocketChannel | A TCP/IP socket Channel. | Interface | io.netty.channel.socket | Netty |
| SocketChannelConfig | A ChannelConfig for a SocketChannel. | Interface | io.netty.channel.socket | Netty |