Top Description Methods
sun.nio.ch

pack-priv Interface Cancellable

Known Direct Implementers
sun.nio.ch.AsynchronousServerSocketChannelImpl, sun.nio.ch.AsynchronousSocketChannelImpl

Implemented by asynchronous channels that require notification when an I/O operation is cancelled.

Method Summary

Modifier and TypeMethod and Description
public void
onCancel(PendingFuture<?, ?> task)

Invoked to notify channel that cancel has been invoked while holding the Future's lock.

Method Detail

onCancelback to summary
public void onCancel(PendingFuture<?, ?> task)

Invoked to notify channel that cancel has been invoked while holding the Future's lock.