XNIO version 1.1.0.GA

org.jboss.xnio.channels
Interface MultipointMessageChannel<A>

Type Parameters:
A - the type of address associated with this channel
All Superinterfaces:
Channel, Closeable, Configurable, MultipointReadableMessageChannel<A>, MultipointWritableMessageChannel<A>, SuspendableChannel, SuspendableReadChannel, SuspendableWriteChannel
All Known Subinterfaces:
MultipointDatagramChannel<A>, UdpChannel

public interface MultipointMessageChannel<A>
extends MultipointReadableMessageChannel<A>, MultipointWritableMessageChannel<A>, SuspendableChannel, Configurable

A point-to-multipoint message channel. This type of channel is capable of sending to and receiving from multiple peer endpoints; as such, the incoming and outgoing messages are each associated with a peer address.


Method Summary
 
Methods inherited from interface org.jboss.xnio.channels.MultipointReadableMessageChannel
receive
 
Methods inherited from interface org.jboss.xnio.channels.MultipointWritableMessageChannel
send, send, send
 
Methods inherited from interface org.jboss.xnio.channels.SuspendableReadChannel
resumeReads, shutdownReads, suspendReads
 
Methods inherited from interface org.jboss.xnio.channels.SuspendableWriteChannel
resumeWrites, shutdownWrites, suspendWrites
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 
Methods inherited from interface org.jboss.xnio.channels.Configurable
getOption, getOptions, setOption
 


XNIO version 1.1.0.GA

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