Uses of Interface
com.sun.nio.sctp.NotificationHandler
Packages that use NotificationHandler
Package
Description
This package is only included to let SCTP also compile on non-unix operation systems.
Abstract SCTP socket interfaces which extend the core channel API.
-
Uses of NotificationHandler in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement NotificationHandlerMethods in com.sun.nio.sctp with parameters of type NotificationHandlerModifier and TypeMethodDescriptionabstract <T> MessageInfoSctpChannel.receive(ByteBuffer dst, T attachment, NotificationHandler<T> handler) -
Uses of NotificationHandler in io.netty.channel.sctp
Classes in io.netty.channel.sctp that implement NotificationHandlerModifier and TypeClassDescriptionfinal classAbstractNotificationHandlerimplementation which will handle allNotifications by trigger aNotificationuser event in theChannelPipelineof aSctpChannel.