XNIO API 2.1.0.CR2

Uses of Interface
org.jboss.xnio.Result

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

Uses of Result in org.jboss.xnio
 

Classes in org.jboss.xnio that implement Result
 class FutureResult<T>
          A result with a corresponding IoFuture instance.
 class TranslatingResult<T,O>
          Abstract base class for Results which translate from one type to another.
 

Methods in org.jboss.xnio that return types with arguments of type Result
static
<T> IoFuture.Notifier<T,Result<T>>
IoUtils.resultNotifier()
          Get the result notifier.
 

Constructors in org.jboss.xnio with parameters of type Result
TranslatingResult(Result<O> output)
           
 


XNIO API 2.1.0.CR2

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