Class HTTPNetworkConnection.networkConnectionKey
- java.lang.Object
-
- com.biglybt.core.networkmanager.impl.http.HTTPNetworkConnection.networkConnectionKey
-
- Enclosing class:
- HTTPNetworkConnection
protected class HTTPNetworkConnection.networkConnectionKey extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
networkConnectionKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
protected byte[]
getAddress()
protected byte[]
getHash()
protected java.lang.String
getName()
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
getName
protected java.lang.String getName()
-
getAddress
protected byte[] getAddress()
-
getHash
protected byte[] getHash()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-