com.pixelmed.network
Class PresentationAddress

java.lang.Object
  extended by com.pixelmed.network.PresentationAddress

public class PresentationAddress
extends Object


Constructor Summary
PresentationAddress(String hostname, int port)
           
 
Method Summary
 String getHostname()
           
 int getPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationAddress

public PresentationAddress(String hostname,
                           int port)
Method Detail

getHostname

public String getHostname()

getPort

public int getPort()