XNIO API 2.0.2.GA

Uses of Interface
org.jboss.xnio.ChannelSource

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

Uses of ChannelSource in org.jboss.xnio
 

Subinterfaces of ChannelSource in org.jboss.xnio
 interface TcpChannelSource
          A channel source specifically for connecting to TCP remote servers.
 

Methods in org.jboss.xnio that return ChannelSource
 ChannelSource<T> Connector.createChannelSource(A dest)
          Create a client that always connects to the given destination.
 ChannelSource<? extends StreamChannel> Xnio.createPipeServer(ChannelListener<? super StreamChannel> openHandler)
          Create a pipe "server".
 ChannelSource<? extends StreamChannel> Xnio.createPipeServer(java.util.concurrent.Executor executor, ChannelListener<? super StreamChannel> openHandler)
          Create a pipe "server".
 ChannelSource<? extends StreamSinkChannel> Xnio.createPipeSinkServer(ChannelListener<? super StreamSourceChannel> openHandler)
          Create a one-way pipe "server".
 ChannelSource<? extends StreamSinkChannel> Xnio.createPipeSinkServer(java.util.concurrent.Executor executor, ChannelListener<? super StreamSourceChannel> openHandler)
          Create a one-way pipe "server".
 ChannelSource<? extends StreamSourceChannel> Xnio.createPipeSourceServer(ChannelListener<? super StreamSinkChannel> openHandler)
          Create a one-way pipe "server".
 ChannelSource<? extends StreamSourceChannel> Xnio.createPipeSourceServer(java.util.concurrent.Executor executor, ChannelListener<? super StreamSinkChannel> openHandler)
          Create a one-way pipe "server".
static
<T extends java.nio.channels.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.jboss.xnio with parameters of type ChannelSource
static
<T extends java.nio.channels.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 2.0.2.GA

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