Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.channel.sctp Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
DefaultSctpChannelConfigThe default SctpChannelConfig implementation for SCTP.Classio.netty.channel.sctpNetty
DefaultSctpServerChannelConfigThe default SctpServerChannelConfig implementation for SCTP.Classio.netty.channel.sctpNetty
NioSctpChannelSctpChannel implementation which use non-blocking mode and allows to read /write SctpMessages to the underlying SctpChannel.Classio.netty.channel.sctp.nioNetty
NioSctpServerChannelSctpServerChannel implementation which use non-blocking mode to accept newconnections and create the NioSctpChannel for them.Classio.netty.channel.sctp.nioNetty
OioSctpChannelSctpChannel implementation which use blocking mode and allows to read / writeSctpMessages to the underlying SctpChannel.Classio.netty.channel.sctp.oioNetty
OioSctpServerChannelSctpServerChannel implementation which use blocking mode to accept newconnections and create the OioSctpChannel for them.Classio.netty.channel.sctp.oioNetty
SctpChannelA SCTP/IP Channel interface for single SCTP association.Interfaceio.netty.channel.sctpNetty
SctpChannelConfigA ChannelConfig for a SctpChannel.Interfaceio.netty.channel.sctpNetty
SctpChannelOptionClassio.netty.channel.sctpNetty
SctpMessageClassio.netty.channel.sctpNetty
SctpNotificationHandlerAbstractNotificationHandler implementation which will handle all Notifications by trigger aNotification user event in the ChannelPipeline of a SctpChannel.Classio.netty.channel.sctpNetty
SctpServerChannelA SCTP/IP ServerChannel which accepts incoming SCTP/IP associations.Interfaceio.netty.channel.sctpNetty
SctpServerChannelConfigA ChannelConfig for a SctpServerChannelConfig.Interfaceio.netty.channel.sctpNetty