udt.packets
Class Destination

java.lang.Object
  extended by udt.packets.Destination

public class Destination
extends Object


Constructor Summary
Destination(InetAddress address, int port)
           
 
Method Summary
 boolean equals(Object obj)
           
 InetAddress getAddress()
           
 int getPort()
           
 long getSocketID()
           
 int hashCode()
           
 void setSocketID(long socketID)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Destination

public Destination(InetAddress address,
                   int port)
Method Detail

getAddress

public InetAddress getAddress()

getPort

public int getPort()

getSocketID

public long getSocketID()

setSocketID

public void setSocketID(long socketID)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013 LittleShoot. All Rights Reserved.