Modifier and Type | Class and Description |
---|---|
class |
AbstractNotificationHandler<T>
A skeletal handler that consumes notifications and continues.
|
Modifier and Type | Method and Description |
---|---|
abstract <T> MessageInfo |
SctpMultiChannel.receive(ByteBuffer buffer,
T attachment,
NotificationHandler<T> handler)
Receives a message and/or handles a notification via this channel.
|
abstract <T> MessageInfo |
SctpChannel.receive(ByteBuffer dst,
T attachment,
NotificationHandler<T> handler)
Receives a message into the given buffer and/or handles a notification.
|
Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved.