XNIO API 2.1.0.CR2

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

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

Uses of ConnectedChannel in org.jboss.xnio
 

Classes in org.jboss.xnio with type parameters of type ConnectedChannel
 interface AcceptingServer<A,T extends BoundChannel<A>,C extends ConnectedChannel<A>>
          A server which accepts connections.
 

Uses of ConnectedChannel in org.jboss.xnio.channels
 

Subinterfaces of ConnectedChannel in org.jboss.xnio.channels
 interface ConnectedStreamChannel<A>
          A stream channel that is a connection between a local and remote endpoint.
 interface DatagramChannel<A>
          A channel that sends and receives datagrams.
 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 ConnectedChannel
 ChannelListener.Setter<? extends ConnectedChannel<A>> ConnectedChannel.getCloseSetter()
          Get the setter which can be used to change the close listener for this channel.
 


XNIO API 2.1.0.CR2

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