XNIO API 2.0.0.GA

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

Type Parameters:
A - the type of address associated with this read result

public interface MultipointReadResult<A>

The result of a multipoint message read.


Method Summary
 A getDestinationAddress()
          Get the destination address of the message, if available.
 A getSourceAddress()
          Get the source address of the message, if available.
 

Method Detail

getSourceAddress

A getSourceAddress()
Get the source address of the message, if available.

Returns:
the source address, or null if it is unknown

getDestinationAddress

A getDestinationAddress()
Get the destination address of the message, if available.

Returns:
the destination address, or null if it is unknown

XNIO API 2.0.0.GA

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