XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.ByteChannel

Packages that use ByteChannel
org.xnio.channels   
 

Uses of ByteChannel in org.xnio.channels
 

Subinterfaces of ByteChannel in org.xnio.channels
 interface ConnectedSslStreamChannel
          A TLS-encapsulated connected stream channel.
 interface ConnectedStreamChannel
          A stream channel that is a connection between a local and remote endpoint.
 interface StreamChannel
          A stream channel.
 

Methods in org.xnio.channels that return ByteChannel
static ByteChannel Channels.wrapByteChannel(ByteChannel original)
          Create a wrapper for a byte channel which does not expose other methods.
 

Methods in org.xnio.channels with parameters of type ByteChannel
static ByteChannel Channels.wrapByteChannel(ByteChannel original)
          Create a wrapper for a byte channel which does not expose other methods.
 


XNIO API 3.0.7.GA

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