XNIO API 2.1.0.CR2

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

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

Uses of ConnectedStreamChannel in org.jboss.xnio
 

Method parameters in org.jboss.xnio with type arguments of type ConnectedStreamChannel
 LocalServer Xnio.createLocalStreamServer(ChannelListener<? super ConnectedStreamChannel<String>> openListener, OptionMap optionMap)
          Create a local stream server.
 LocalServer Xnio.createLocalStreamServer(Executor executor, ChannelListener<? super ConnectedStreamChannel<String>> openListener, OptionMap optionMap)
          Create a local stream server.
 

Uses of ConnectedStreamChannel in org.jboss.xnio.channels
 

Subinterfaces of ConnectedStreamChannel in org.jboss.xnio.channels
 interface LocalChannel
          A connected local IPC channel.
 interface SslTcpChannel
          A TLS-encapsulated TCP channel.
 interface TcpChannel
          A TCP channel.
 

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


XNIO API 2.1.0.CR2

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