org.teleal.cling.model
Class Locator

java.lang.Object
  extended by org.teleal.cling.model.Locator

public class Locator
extends Object

Author:
Christian Bauer

Field Summary
protected  InetAddress address
           
protected  byte[] hardwareAddress
           
protected  URI path
           
protected  int port
           
 
Constructor Summary
Locator(InetAddress address, int port, URI path)
           
Locator(InetAddress address, int port, URI path, byte[] hardwareAddress)
           
 
Method Summary
 InetAddress getAddress()
           
 byte[] getHardwareAddress()
           
 URI getPath()
           
 int getPort()
           
 URL getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected InetAddress address

port

protected int port

path

protected URI path

hardwareAddress

protected byte[] hardwareAddress
Constructor Detail

Locator

public Locator(InetAddress address,
               int port,
               URI path)

Locator

public Locator(InetAddress address,
               int port,
               URI path,
               byte[] hardwareAddress)
Method Detail

getAddress

public InetAddress getAddress()

getPort

public int getPort()

getPath

public URI getPath()

getHardwareAddress

public byte[] getHardwareAddress()

getURL

public URL getURL()


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.