XNIO version 1.0.0.GA

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

Type Parameters:
A - the type of address associated with this channel
All Superinterfaces:
BoundChannel<A>, Channel, Closeable, Configurable, ConnectedChannel<A>, MessageChannel, ReadableMessageChannel, SuspendableChannel, SuspendableReadChannel, SuspendableWriteChannel, WritableMessageChannel

public interface DatagramChannel<A>
extends MessageChannel, ConnectedChannel<A>

A channel that sends and receives datagrams. A datagram channel is a message channel that is connected between two peers.


Method Summary
 
Methods inherited from interface org.jboss.xnio.channels.ReadableMessageChannel
receive, receive, receive
 
Methods inherited from interface org.jboss.xnio.channels.WritableMessageChannel
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
 
Methods inherited from interface org.jboss.xnio.channels.ConnectedChannel
getPeerAddress
 
Methods inherited from interface org.jboss.xnio.channels.BoundChannel
getLocalAddress
 


XNIO version 1.0.0.GA

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