Uses of Interface
com.sun.nio.sctp.NotificationHandler
-
Packages that use NotificationHandler 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。 -
-
Uses of NotificationHandler in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement NotificationHandler Modifier and Type Class 描述 class
AbstractNotificationHandler<T>
消耗通知并继续的骨架处理程序。Methods in com.sun.nio.sctp with parameters of type NotificationHandler Modifier and Type 方法 描述 abstract <T> MessageInfo
SctpChannel. receive(ByteBuffer dst, T attachment, NotificationHandler<T> handler)
在给定的缓冲区中接收消息和/或处理通知。abstract <T> MessageInfo
SctpMultiChannel. receive(ByteBuffer buffer, T attachment, NotificationHandler<T> handler)
接收消息和/或通过此频道处理通知。
-