XNIO API 2.1.0.CR2

Uses of Interface
org.jboss.xnio.channels.TcpChannel

Packages that use TcpChannel
org.jboss.xnio The main API package for XNIO. 
org.jboss.xnio.channels Defines an enhanced set of channels. 
 

Uses of TcpChannel in org.jboss.xnio
 

Methods in org.jboss.xnio that return types with arguments of type TcpChannel
 IoFuture<TcpChannel> TcpConnector.connectTo(InetSocketAddress destination, ChannelListener<? super TcpChannel> openListener, ChannelListener<? super BoundChannel<InetSocketAddress>> bindListener)
          Establish a connection to a TCP server.
 ChannelListener.Setter<? extends TcpChannel> TcpServer.getOpenSetter()
          Get the open listener setter for this server.
 IoFuture<TcpChannel> TcpChannelSource.open(ChannelListener<? super TcpChannel> openListener)
          Open a channel.
 

Method parameters in org.jboss.xnio with type arguments of type TcpChannel
 IoFuture<TcpChannel> TcpConnector.connectTo(InetSocketAddress destination, ChannelListener<? super TcpChannel> openListener, ChannelListener<? super BoundChannel<InetSocketAddress>> bindListener)
          Establish a connection to a TCP server.
 TcpServer Xnio.createTcpServer(ChannelListener<? super TcpChannel> openListener, OptionMap optionMap)
          Create an unbound TCP server.
 TcpServer Xnio.createTcpServer(Executor executor, ChannelListener<? super TcpChannel> openListener, OptionMap optionMap)
          Create an unbound TCP server.
 IoFuture<TcpChannel> TcpChannelSource.open(ChannelListener<? super TcpChannel> openListener)
          Open a channel.
 

Uses of TcpChannel in org.jboss.xnio.channels
 

Subinterfaces of TcpChannel in org.jboss.xnio.channels
 interface SslTcpChannel
          A TLS-encapsulated TCP channel.
 

Methods in org.jboss.xnio.channels that return types with arguments of type TcpChannel
static ChannelListener<TcpChannel> Channels.createSslTcpChannelListener(SSLContext sslContext, ChannelListener<? super SslTcpChannel> sslChannelListener, Executor executor, OptionMap optionMap)
          Deprecated. Use the methods on Xnio instead in order to support alternate, non-JSSE implementations.
 ChannelListener.Setter<? extends TcpChannel> TcpChannel.getCloseSetter()
          Get the setter which can be used to change the close listener for this channel.
 ChannelListener.Setter<? extends TcpChannel> TcpChannel.getReadSetter()
          Get the setter which can be used to change the read listener for this channel.
 ChannelListener.Setter<? extends TcpChannel> TcpChannel.getWriteSetter()
          Get the setter which can be used to change the write listener for this channel.
 

Methods in org.jboss.xnio.channels with parameters of type TcpChannel
static SslTcpChannel Channels.createSslTcpChannel(SSLContext sslContext, TcpChannel tcpChannel, Executor executor, OptionMap optionMap)
          Deprecated. Use the methods on Xnio instead in order to support alternate, non-JSSE implementations.
static SslTcpChannel Channels.createSslTcpChannel(TcpChannel tcpChannel, SSLEngine sslEngine, Executor sslExecutor)
          Deprecated. Use the methods on Xnio instead in order to support alternate, non-JSSE implementations.
 


XNIO API 2.1.0.CR2

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