XNIO API 2.1.0.CR2

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

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

Uses of SslTcpChannel in org.jboss.xnio
 

Methods in org.jboss.xnio that return types with arguments of type SslTcpChannel
 IoFuture<SslTcpChannel> SslTcpConnector.connectTo(InetSocketAddress destination, ChannelListener<? super SslTcpChannel> openListener, ChannelListener<? super BoundChannel<InetSocketAddress>> bindListener)
          Establish a connection to an SSL TCP server.
 ChannelSource<SslTcpChannel> SslTcpConnector.createChannelSource(InetSocketAddress destination)
          Create a channel source that always connects to the given SSL TCP server.
 ChannelListener.Setter<? extends SslTcpChannel> SslTcpServer.getOpenSetter()
          Get the open listener setter for this server.
 

Method parameters in org.jboss.xnio with type arguments of type SslTcpChannel
 IoFuture<SslTcpChannel> SslTcpConnector.connectTo(InetSocketAddress destination, ChannelListener<? super SslTcpChannel> openListener, ChannelListener<? super BoundChannel<InetSocketAddress>> bindListener)
          Establish a connection to an SSL TCP server.
 SslTcpServer Xnio.createSslTcpServer(ChannelListener<? super SslTcpChannel> openListener, OptionMap optionMap)
          Create an unbound TCP SSL server.
 SslTcpServer Xnio.createSslTcpServer(Executor executor, ChannelListener<? super SslTcpChannel> openListener, OptionMap optionMap)
          Create an unbound TCP SSL server.
 

Uses of SslTcpChannel in org.jboss.xnio.channels
 

Methods in org.jboss.xnio.channels that return SslTcpChannel
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.
 

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

Method parameters in org.jboss.xnio.channels with type arguments of type SslTcpChannel
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.
 


XNIO API 2.1.0.CR2

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