YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
org.fourthline.cling.model.NetworkAddress Class Reference

IP address, port, and optional interface hardware address (MAC) of a network service. More...

Collaboration diagram for org.fourthline.cling.model.NetworkAddress:
Collaboration graph

Public Member Functions

 NetworkAddress (InetAddress address, int port)
 
 NetworkAddress (InetAddress address, int port, byte[] hardwareAddress)
 
InetAddress getAddress ()
 
int getPort ()
 
byte[] getHardwareAddress ()
 
boolean equals (Object o)
 
int hashCode ()
 

Protected Attributes

InetAddress address
 
int port
 
byte[] hardwareAddress
 

Detailed Description

IP address, port, and optional interface hardware address (MAC) of a network service.

Author
Christian Bauer

The documentation for this class was generated from the following file: