Package utils.communication.address
Class Address
java.lang.Object
utils.communication.address.Address
- All Implemented Interfaces:
AddressInterface
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Address
public Address() -
Address
public Address(int port) -
Address
-
Address
-
-
Method Details
-
getPort
public int getPort()- Specified by:
getPort
in interfaceAddressInterface
-
setPort
public void setPort(int port) - Specified by:
setPort
in interfaceAddressInterface
-
getHost
- Specified by:
getHost
in interfaceAddressInterface
-
setHost
- Specified by:
setHost
in interfaceAddressInterface
-
equals
-
hashCode
public int hashCode() -
toString
-