Searched refs:ReceiveNotificationHandler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DReceive.java102 ReceiveNotificationHandler handler =
103 new ReceiveNotificationHandler(channel);
191 ReceiveNotificationHandler handler2 =
192 new ReceiveNotificationHandler(null); /* HandlerResult.RETURN */
263 ReceiveNotificationHandler handler =
264 new ReceiveNotificationHandler(sc);
283 class ReceiveNotificationHandler extends AbstractNotificationHandler<Object> class in class:Receive
288 public ReceiveNotificationHandler(SctpChannel channel) { method in class:Receive.ReceiveNotificationHandler

Completed in 1518 milliseconds