public class HttpClientKey
extends java.lang.Object
Constructor and Description |
---|
HttpClientKey(java.lang.Integer timeout,
java.lang.String userAgentUsed,
java.lang.String[] enabledCiphers,
java.lang.String[] acceptOnlyProtocols) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String[] |
getAcceptOnlyProtocols()
Returns the AcceptOnlyProtocols for the object
|
java.lang.String[] |
getEnabledCiphers()
Returns the EnabledCiphers for the object
|
java.lang.Integer |
getTimeout()
Returns the Timeout for the object
|
java.lang.String |
getUserAgentUsed()
Returns the UserAgentUsed for the object
|
int |
hashCode() |
java.lang.String |
toString() |
@Nullable public java.lang.Integer getTimeout()
@Nullable public java.lang.String getUserAgentUsed()
@NotNull public java.lang.String[] getEnabledCiphers()
@NotNull public java.lang.String[] getAcceptOnlyProtocols()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object