XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.AcceptingChannel

Packages that use AcceptingChannel
org.xnio The main API package for XNIO. 
org.xnio.channels   
org.xnio.ssl   
 

Uses of AcceptingChannel in org.xnio
 

Methods in org.xnio that return AcceptingChannel
protected  AcceptingChannel<? extends ConnectedStreamChannel> XnioWorker.createLocalStreamServer(LocalSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedStreamChannel>> acceptListener, OptionMap optionMap)
          Implementation helper method to create a UNIX domain stream server.
 AcceptingChannel<? extends ConnectedStreamChannel> XnioWorker.createStreamServer(SocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedStreamChannel>> acceptListener, OptionMap optionMap)
          Create a stream server, for TCP or UNIX domain servers.
protected  AcceptingChannel<? extends ConnectedStreamChannel> XnioWorker.createTcpServer(InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedStreamChannel>> acceptListener, OptionMap optionMap)
          Implementation helper method to create a TCP stream server.
 

Methods in org.xnio that return types with arguments of type AcceptingChannel
static
<C extends ConnectedChannel>
ChannelListener<AcceptingChannel<C>>
ChannelListeners.openListenerAdapter(ChannelListener<? super C> openListener)
          Create an open listener adapter which automatically accepts connections and invokes an open listener.
 

Method parameters in org.xnio with type arguments of type AcceptingChannel
protected  AcceptingChannel<? extends ConnectedStreamChannel> XnioWorker.createLocalStreamServer(LocalSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedStreamChannel>> acceptListener, OptionMap optionMap)
          Implementation helper method to create a UNIX domain stream server.
 AcceptingChannel<? extends ConnectedStreamChannel> XnioWorker.createStreamServer(SocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedStreamChannel>> acceptListener, OptionMap optionMap)
          Create a stream server, for TCP or UNIX domain servers.
protected  AcceptingChannel<? extends ConnectedStreamChannel> XnioWorker.createTcpServer(InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedStreamChannel>> acceptListener, OptionMap optionMap)
          Implementation helper method to create a TCP stream server.
 

Uses of AcceptingChannel in org.xnio.channels
 

Methods in org.xnio.channels with type parameters of type AcceptingChannel
static
<C extends ConnectedChannel,A extends AcceptingChannel<C>>
C
Channels.acceptBlocking(A channel)
          Simple utility method to execute a blocking accept on an accepting channel.
static
<C extends ConnectedChannel,A extends AcceptingChannel<C>>
C
Channels.acceptBlocking(A channel, long time, TimeUnit unit)
          Simple utility method to execute a blocking accept on an accepting channel, with a timeout.
static
<T extends AcceptingChannel<?>>
void
Channels.setAcceptListener(T channel, ChannelListener<? super T> listener)
          Set the accept listener for a channel (type-safe).
 

Methods in org.xnio.channels that return types with arguments of type AcceptingChannel
 ChannelListener.Setter<? extends AcceptingChannel<C>> AcceptingChannel.getAcceptSetter()
          Get the setter which can be used to change the accept listener for this channel.
 ChannelListener.Setter<? extends AcceptingChannel<C>> AcceptingChannel.getCloseSetter()
          Get the setter which can be used to change the close listener for this channel.
 

Uses of AcceptingChannel in org.xnio.ssl
 

Methods in org.xnio.ssl that return AcceptingChannel
abstract  AcceptingChannel<ConnectedSslStreamChannel> XnioSsl.createSslTcpServer(XnioWorker worker, InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>> acceptListener, OptionMap optionMap)
          Create a bound TCP SSL server.
 AcceptingChannel<ConnectedSslStreamChannel> JsseXnioSsl.createSslTcpServer(XnioWorker worker, InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>> acceptListener, OptionMap optionMap)
           
 

Method parameters in org.xnio.ssl with type arguments of type AcceptingChannel
abstract  AcceptingChannel<ConnectedSslStreamChannel> XnioSsl.createSslTcpServer(XnioWorker worker, InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>> acceptListener, OptionMap optionMap)
          Create a bound TCP SSL server.
 AcceptingChannel<ConnectedSslStreamChannel> JsseXnioSsl.createSslTcpServer(XnioWorker worker, InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>> acceptListener, OptionMap optionMap)
           
 


XNIO API 3.0.7.GA

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