XNIO API 2.0.2.GA

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<java.lang.String>> openListener, OptionMap optionMap)
          Create a local stream server.
 LocalServer Xnio.createLocalStreamServer(java.util.concurrent.Executor executor, ChannelListener<? super ConnectedStreamChannel<java.lang.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 handler for this channel.
 ChannelListener.Setter<? extends ConnectedStreamChannel<A>> ConnectedStreamChannel.getReadSetter()
          Get the setter which can be used to change the read handler for this channel.
 ChannelListener.Setter<? extends ConnectedStreamChannel<A>> ConnectedStreamChannel.getWriteSetter()
          Get the setter which can be used to change the write handler for this channel.
 


XNIO API 2.0.2.GA

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