Package org.jgroups
Interface PhysicalAddress
-
- All Superinterfaces:
Address,java.lang.Comparable<Address>,SizeStreamable,Streamable
- All Known Implementing Classes:
IpAddress
public interface PhysicalAddress extends Address
Represents a physical (as opposed to logical) address- Since:
- 2.6
- Author:
- Bela Ban
- See Also:
UUID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.net.InetAddressgetIpAddress()intgetPort()default java.net.SocketAddressgetSocketAddress()java.lang.StringprintIpAddress()-
Methods inherited from interface org.jgroups.Address
isMulticast, isSiteAddress, isSiteMaster
-
Methods inherited from interface org.jgroups.util.SizeStreamable
serializedSize
-
Methods inherited from interface org.jgroups.util.Streamable
readFrom, writeTo
-
-