Uses of Interface
com.sun.nio.sctp.NotificationHandler
Packages that use NotificationHandler
-
Uses of NotificationHandler in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement NotificationHandlerModifier and TypeClassDescriptionclass
A skeletal handler that consumes notifications and continues.Methods in com.sun.nio.sctp with parameters of type NotificationHandlerModifier and TypeMethodDescriptionabstract <T> MessageInfo
SctpChannel.receive
(ByteBuffer dst, T attachment, NotificationHandler<T> handler) Receives a message into the given buffer and/or handles a notification.abstract <T> MessageInfo
SctpMultiChannel.receive
(ByteBuffer buffer, T attachment, NotificationHandler<T> handler) Receives a message and/or handles a notification via this channel.