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 aSocketChannelwas 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 aSocketChannelwas shutdown.Used to fail pending writes when a channel's output has been shutdown.A UDP/IPChannel.AChannelConfigfor aDatagramChannel.The message container that is used forDatagramChannelto communicate with the remote peer.The defaultDatagramChannelConfigimplementation.The defaultServerSocketChannelConfigimplementation.The defaultSocketChannelConfigimplementation.A duplexChannelthat has two sides that can be shutdown independently.AChannelConfigfor aDuplexChannel.Deprecated.useSocketProtocolFamily.A TCP/IPServerChannelwhich accepts incoming TCP/IP connections.AChannelConfigfor aServerSocketChannel.A TCP/IP socketChannel.AChannelConfigfor aSocketChannel.ProtocolFamilyimplementation that is used by the different transport implementations.