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 java.lang.Object


Constructor Summary
protected HTTPNetworkConnection.networkConnectionKey()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
protected  byte[] getAddress()
           
protected  byte[] getHash()
           
protected  java.lang.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(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getName

protected java.lang.String getName()

getAddress

protected byte[] getAddress()

getHash

protected byte[] getHash()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object