XNIO API 3.0.7.GA

Uses of Interface
org.xnio.ChannelSource

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

Uses of ChannelSource in org.xnio
 

Methods in org.xnio that return ChannelSource
static
<T extends Channel>
ChannelSource<T>
IoUtils.getRetryingChannelSource(ChannelSource<T> delegate, int maxTries)
          A channel source which tries to acquire a channel from a delegate channel source the given number of times before giving up.
 

Methods in org.xnio with parameters of type ChannelSource
static
<T extends Channel>
ChannelSource<T>
IoUtils.getRetryingChannelSource(ChannelSource<T> delegate, int maxTries)
          A channel source which tries to acquire a channel from a delegate channel source the given number of times before giving up.
 


XNIO API 3.0.7.GA

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