|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAddress
The IAddress interface for all existing addresses. This interface adopts two
kinds of addresses: UNICAST and MULTICAST.
| Field Summary | |
|---|---|
static byte |
MULTICAST
A constant holding the value for the multicast address. |
static byte |
UNICAST
A constant holding the value for a unicast address. |
| Method Summary | |
|---|---|
byte |
getType()
Returns the byte value for the address type. |
String |
toString()
Returns the string representation for the address. |
| Field Detail |
|---|
static final byte UNICAST
static final byte MULTICAST
| Method Detail |
|---|
String toString()
toString in class Objectbyte getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||