XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.ConnectedStreamChannel

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

Uses of ConnectedStreamChannel in org.xnio
 

Methods in org.xnio that return types with arguments of type ConnectedStreamChannel
protected  IoFuture<ConnectedStreamChannel> XnioWorker.acceptLocalStream(LocalSocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Implementation helper method to accept a local (UNIX domain) stream connection.
 IoFuture<ConnectedStreamChannel> XnioWorker.acceptStream(SocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Accept a stream connection at a destination address.
protected  IoFuture<ConnectedStreamChannel> XnioWorker.acceptTcpStream(InetSocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Implementation helper method to accept a TCP connection.
protected  IoFuture<ConnectedStreamChannel> XnioWorker.connectLocalStream(LocalSocketAddress bindAddress, LocalSocketAddress destinationAddress, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Implementation helper method to connect to a local (UNIX domain) server.
 IoFuture<ConnectedStreamChannel> XnioWorker.connectStream(SocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Connect to a remote stream server.
 IoFuture<ConnectedStreamChannel> XnioWorker.connectStream(SocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, OptionMap optionMap)
          Connect to a remote stream server.
 IoFuture<ConnectedStreamChannel> XnioWorker.connectStream(SocketAddress bindAddress, SocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Connect to a remote stream server.
protected  IoFuture<ConnectedStreamChannel> XnioWorker.connectTcpStream(InetSocketAddress bindAddress, InetSocketAddress destinationAddress, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Implementation helper method to connect to a TCP server.
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.
 

Method parameters in org.xnio with type arguments of type ConnectedStreamChannel
protected  IoFuture<ConnectedStreamChannel> XnioWorker.acceptLocalStream(LocalSocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Implementation helper method to accept a local (UNIX domain) stream connection.
 IoFuture<ConnectedStreamChannel> XnioWorker.acceptStream(SocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Accept a stream connection at a destination address.
protected  IoFuture<ConnectedStreamChannel> XnioWorker.acceptTcpStream(InetSocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Implementation helper method to accept a TCP connection.
protected  IoFuture<ConnectedStreamChannel> XnioWorker.connectLocalStream(LocalSocketAddress bindAddress, LocalSocketAddress destinationAddress, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Implementation helper method to connect to a local (UNIX domain) server.
 IoFuture<ConnectedStreamChannel> XnioWorker.connectStream(SocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Connect to a remote stream server.
 IoFuture<ConnectedStreamChannel> XnioWorker.connectStream(SocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, OptionMap optionMap)
          Connect to a remote stream server.
 IoFuture<ConnectedStreamChannel> XnioWorker.connectStream(SocketAddress bindAddress, SocketAddress destination, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Connect to a remote stream server.
protected  IoFuture<ConnectedStreamChannel> XnioWorker.connectTcpStream(InetSocketAddress bindAddress, InetSocketAddress destinationAddress, ChannelListener<? super ConnectedStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)
          Implementation helper method to connect to a TCP server.
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 ConnectedStreamChannel in org.xnio.channels
 

Subinterfaces of ConnectedStreamChannel in org.xnio.channels
 interface ConnectedSslStreamChannel
          A TLS-encapsulated connected stream channel.
 

Methods in org.xnio.channels that return ConnectedStreamChannel
 ConnectedStreamChannel FramedMessageChannel.getChannel()
          Get the underlying channel.
 

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

Constructors in org.xnio.channels with parameters of type ConnectedStreamChannel
FramedMessageChannel(ConnectedStreamChannel channel, ByteBuffer receiveBuffer, ByteBuffer transmitBuffer)
          Construct a new instance.
FramedMessageChannel(ConnectedStreamChannel channel, Pooled<ByteBuffer> receiveBuffer, Pooled<ByteBuffer> transmitBuffer)
          Construct a new instance.
 


XNIO API 3.0.7.GA

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