XNIO version 1.2.0.GA

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

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

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
 


XNIO version 1.2.0.GA

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