Package io.netty.channel.socket
package io.netty.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
-
ClassDescriptionSpecial event which will be fired and passed to the
ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)
methods once the input of aSocketChannel
was shutdown and theDuplexChannelConfig.isAllowHalfClosure()
method returnstrue
.User event that signifies the channel's input side is shutdown, and we tried to shut it down again.Special event which will be fired and passed to theChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)
methods once the output of aSocketChannel
was shutdown.Used to fail pending writes when a channel's output has been shutdown.A UDP/IPChannel
.AChannelConfig
for aDatagramChannel
.The message container that is used forDatagramChannel
to communicate with the remote peer.The defaultDatagramChannelConfig
implementation.The defaultServerSocketChannelConfig
implementation.The defaultSocketChannelConfig
implementation.A duplexChannel
that has two sides that can be shutdown independently.AChannelConfig
for aDuplexChannel
.Internet Protocol (IP) families used by theDatagramChannel
A TCP/IPServerChannel
which accepts incoming TCP/IP connections.AChannelConfig
for aServerSocketChannel
.A TCP/IP socketChannel
.AChannelConfig
for aSocketChannel
.