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

Type Parameters:
A - the type of address associated with this channel
All Superinterfaces:
BoundChannel<A>, java.nio.channels.Channel, java.io.Closeable, Configurable, MultipointMessageChannel<A>, MultipointReadableMessageChannel<A>, MultipointWritableMessageChannel<A>, SuspendableChannel, SuspendableReadChannel, SuspendableWriteChannel
All Known Subinterfaces:
UdpChannel
All Known Implementing Classes:
BioDatagramChannelImpl, BioMulticastChannelImpl, NioUdpSocketChannelImpl

public interface MultipointDatagramChannel<A>
extends MultipointMessageChannel<A>, BoundChannel<A>

A multipoint datagram channel. A multipoint datagram channel is a bound multipoint message channel.


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
awaitReadable, awaitReadable, resumeReads, shutdownReads, suspendReads
 
Methods inherited from interface org.jboss.xnio.channels.SuspendableWriteChannel
awaitWritable, awaitWritable, 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
 
Methods inherited from interface org.jboss.xnio.channels.BoundChannel
getLocalAddress