Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.channel.socket Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
ChannelInputShutdownEventSpecial event which will be fired and passed to theChannelHandler.Classio.netty.channel.socketNetty
DatagramChannelInterfaceio.netty.channel.socketNetty
DatagramChannelConfigA ChannelConfig for a DatagramChannel.Interfaceio.netty.channel.socketNetty
DatagramPacketThe message container that is used for DatagramChannel to communicate with the remote peer.Classio.netty.channel.socketNetty
DefaultDatagramChannelConfigThe default DatagramChannelConfig implementation.Classio.netty.channel.socketNetty
DefaultOioServerSocketChannelConfigClassio.netty.channel.socket.oioNetty
DefaultOioSocketChannelConfigClassio.netty.channel.socket.oioNetty
DefaultServerSocketChannelConfigThe default ServerSocketChannelConfig implementation.Classio.netty.channel.socketNetty
DefaultSocketChannelConfigThe default SocketChannelConfig implementation.Classio.netty.channel.socketNetty
InternetProtocolFamilyenum InternetProtocolFamilyInternet Protocol (IP) families used byte the DatagramChannelClassio.netty.channel.socketNetty
NioDatagramChannelAn NIO datagram Channel that sends and receives anSee Also:AddressedEnvelope, Classio.netty.channel.socket.nioNetty
NioServerSocketChannelA ServerSocketChannel implementation which usesNIO selector based implementation to accept new connections.Classio.netty.channel.socket.nioNetty
NioSocketChannelSocketChannel which uses NIO selector based implementation.Classio.netty.channel.socket.nioNetty
OioDatagramChannelAn OIO datagram Channel that sends and receives anSee Also:AddressedEnvelope, Classio.netty.channel.socket.oioNetty
OioServerSocketChannelServerSocketChannel which accepts new connections and create the OioSocketChannel's for them.Classio.netty.channel.socket.oioNetty
OioServerSocketChannelConfigA ServerSocketChannelConfig for a OioServerSocketChannel.Interfaceio.netty.channel.socket.oioNetty
OioSocketChannelClassio.netty.channel.socket.oioNetty
OioSocketChannelConfigA ChannelConfig for a OioSocketChannel.Interfaceio.netty.channel.socket.oioNetty
ServerSocketChannelA TCP/IP ServerChannel which accepts incoming TCP/IP connections.Interfaceio.netty.channel.socketNetty
ServerSocketChannelConfigA ChannelConfig for a ServerSocketChannel.Interfaceio.netty.channel.socketNetty
SocketChannelA TCP/IP socket Channel.Interfaceio.netty.channel.socketNetty
SocketChannelConfigA ChannelConfig for a SocketChannel.Interfaceio.netty.channel.socketNetty