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 变量和类型 类 描述 class
AbstractNotificationHandler<T>
一个消耗通知并继续使用的骨架处理程序。Methods in com.sun.nio.sctp with parameters of type NotificationHandler 变量和类型 方法 描述 abstract <T> MessageInfo
SctpChannel. receive(ByteBuffer dst, T attachment, NotificationHandler<T> handler)
接收到给定缓冲区的消息和/或处理通知。abstract <T> MessageInfo
SctpMultiChannel. receive(ByteBuffer buffer, T attachment, NotificationHandler<T> handler)
通过此频道接收消息和/或处理通知。
-