XNIO version 1.2.0.GA

org.jboss.xnio.channels
Interface TcpChannel

All Superinterfaces:
BoundChannel<SocketAddress>, Channel, Closeable, Configurable, ConnectedChannel<SocketAddress>, ConnectedStreamChannel<SocketAddress>, GatheringByteChannel, ReadableByteChannel, ScatteringByteChannel, StreamChannel, StreamSinkChannel, StreamSourceChannel, SuspendableChannel, SuspendableReadChannel, SuspendableWriteChannel, WritableByteChannel

public interface TcpChannel
extends ConnectedStreamChannel<SocketAddress>

A TCP channel. TCP channels are connected stream channels that always use SocketAddress instances to define endpoint addresses.


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 org.jboss.xnio.channels.SuspendableWriteChannel
awaitWritable, awaitWritable, resumeWrites, shutdownWrites, suspendWrites
 
Methods inherited from interface java.nio.channels.ScatteringByteChannel
read, read
 
Methods inherited from interface java.nio.channels.ReadableByteChannel
read
 
Methods inherited from interface org.jboss.xnio.channels.SuspendableReadChannel
awaitReadable, awaitReadable, resumeReads, shutdownReads, suspendReads
 
Methods inherited from interface org.jboss.xnio.channels.ConnectedChannel
getPeerAddress
 
Methods inherited from interface org.jboss.xnio.channels.BoundChannel
getLocalAddress
 


XNIO version 1.2.0.GA

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