public interface Address extends Externalizable, Streamable, Comparable<Address>, Cloneable
Modifier and Type | Field and Description |
---|---|
static byte |
IP_ADDR |
static byte |
NULL |
static byte |
UUID_ADDR |
Modifier and Type | Method and Description |
---|---|
boolean |
isMulticastAddress()
Checks whether this is an address that represents multiple destinations;
e.g., a class D address in the Internet.
|
int |
size()
Returns serialized size of this address
|
readExternal, writeExternal
readFrom, writeTo
compareTo
static final byte NULL
static final byte UUID_ADDR
static final byte IP_ADDR
boolean isMulticastAddress()
int size()
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.