com.aelitis.azureus.core.networkmanager.impl.http
Class HTTPNetworkConnection.networkConnectionKey

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.impl.http.HTTPNetworkConnection.networkConnectionKey
Enclosing class:
HTTPNetworkConnection

protected class HTTPNetworkConnection.networkConnectionKey
extends Object


Constructor Summary
protected HTTPNetworkConnection.networkConnectionKey()
           
 
Method Summary
 boolean equals(Object obj)
           
protected  byte[] getAddress()
           
protected  byte[] getHash()
           
protected  String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPNetworkConnection.networkConnectionKey

protected HTTPNetworkConnection.networkConnectionKey()
Method Detail

equals

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

getName

protected String getName()

getAddress

protected byte[] getAddress()

getHash

protected byte[] getHash()

hashCode

public int hashCode()
Overrides:
hashCode in class Object