XNIO version 1.1.1.GA

Deprecated API


Contents
Deprecated Fields
org.jboss.xnio.IoFuture.Status.TIMED_OUT
          This status value is redundant, and will be removed in a future version of XNIO; use IoFuture.Status.WAITING instead. 
 

Deprecated Methods
org.jboss.xnio.Xnio.createNio()
          Will be removed in 1.2. Please use Xnio.create() instead, or use the constructor of your desired implementation. 
org.jboss.xnio.Xnio.createNio(Executor, int, int, int)
          Will be removed in 1.2. Please use Xnio.create() instead, or use the constructor of your desired implementation. 
org.jboss.xnio.Xnio.createNio(Executor, ThreadFactory, int, int, int)
          Will be removed in 1.2. Please use Xnio.create() instead, or use the constructor of your desired implementation. 
org.jboss.xnio.Xnio.createNio(int, int, int)
          Will be removed in 1.2. Please use Xnio.create() instead, or use the constructor of your desired implementation. 
 


XNIO version 1.1.1.GA

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