XNIO API 3.1.0.Beta1

org.xnio.channels
Interface ByteChannel

All Superinterfaces:
ByteChannel, Channel, Closeable, GatheringByteChannel, ReadableByteChannel, ScatteringByteChannel, WritableByteChannel
All Known Subinterfaces:
ConnectedSslStreamChannel, ConnectedStreamChannel, StreamChannel
All Known Implementing Classes:
AssembledConnectedSslStreamChannel, AssembledConnectedStreamChannel, AssembledStreamChannel

public interface ByteChannel
extends ByteChannel, GatheringByteChannel, ScatteringByteChannel

An extension of a simple NIO ByteChannel which includes scatter/gather operations.

Author:
David M. Lloyd

Method Summary
 
Methods inherited from interface java.nio.channels.GatheringByteChannel
write, write
 
Methods inherited from interface java.nio.channels.WritableByteChannel
write
 
Methods inherited from interface java.nio.channels.ScatteringByteChannel
read, read
 
Methods inherited from interface java.nio.channels.ReadableByteChannel
read
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 


XNIO API 3.1.0.Beta1

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