XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.ConnectedChannel

Packages that use ConnectedChannel
org.xnio The main API package for XNIO. 
org.xnio.channels   
 

Uses of ConnectedChannel in org.xnio
 

Methods in org.xnio with type parameters of type ConnectedChannel
static
<C extends ConnectedChannel>
ChannelListener<AcceptingChannel<C>>
ChannelListeners.openListenerAdapter(ChannelListener<? super C> openListener)
          Create an open listener adapter which automatically accepts connections and invokes an open listener.
 

Uses of ConnectedChannel in org.xnio.channels
 

Classes in org.xnio.channels with type parameters of type ConnectedChannel
 interface AcceptingChannel<C extends ConnectedChannel>
          A channel which can accept inbound connections from remote endpoints.
 

Subinterfaces of ConnectedChannel in org.xnio.channels
 interface ConnectedMessageChannel
          A channel that sends and receives messages to a connected peer.
 interface ConnectedSslStreamChannel
          A TLS-encapsulated connected stream channel.
 interface ConnectedStreamChannel
          A stream channel that is a connection between a local and remote endpoint.
 

Classes in org.xnio.channels that implement ConnectedChannel
 class FramedMessageChannel
          A connected message channel providing a SASL-style framing layer over a stream channel where each message is prepended by a four-byte length field.
 

Methods in org.xnio.channels with type parameters of type ConnectedChannel
static
<C extends ConnectedChannel,A extends AcceptingChannel<C>>
C
Channels.acceptBlocking(A channel)
          Simple utility method to execute a blocking accept on an accepting channel.
static
<C extends ConnectedChannel,A extends AcceptingChannel<C>>
C
Channels.acceptBlocking(A channel, long time, TimeUnit unit)
          Simple utility method to execute a blocking accept on an accepting channel, with a timeout.
 

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


XNIO API 3.0.7.GA

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