XNIO API 3.0.7.GA

Uses of Interface
org.xnio.Cancellable

Packages that use Cancellable
org.xnio The main API package for XNIO. 
 

Uses of Cancellable in org.xnio
 

Subinterfaces of Cancellable in org.xnio
 interface IoFuture<T>
          The future result of an asynchronous request.
 

Classes in org.xnio that implement Cancellable
 class AbstractConvertingIoFuture<T,D>
          An IoFuture implementation that wraps a different type of IoFuture.
 class AbstractIoFuture<T>
          An abstract base class for IoFuture objects.
 class FailedIoFuture<T>
          An implementation of IoFuture that represents an immediately-failed operation.
 class FinishedIoFuture<T>
          An implementation of IoFuture that represents an immediately-successful operation.
 

Methods in org.xnio that return Cancellable
 Cancellable Cancellable.cancel()
          Cancel an operation.
static Cancellable IoUtils.closingCancellable(Closeable c)
          A cancellable which closes the given resource on cancel.
static Cancellable IoUtils.nullCancellable()
          Get the null cancellable.
 

Methods in org.xnio with parameters of type Cancellable
protected  void AbstractIoFuture.addCancelHandler(Cancellable cancellable)
          Add a cancellation handler.
 void FutureResult.addCancelHandler(Cancellable cancellable)
          Add a cancellation handler.
 


XNIO API 3.0.7.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.