public class HTTPClientDestination extends java.lang.Object implements ClientDestination
| Constructor and Description |
|---|
HTTPClientDestination(XAddressInfo xAddressInfo,
boolean keepAlive,
CredentialInfo credentialInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CredentialInfo |
getCredentialInfo()
Returns the
CredentialInfo of this client destination. |
IPAddress |
getHost() |
int |
getMaxConnections() |
int |
getPort()
Returns the port of this client destination.
|
XAddressInfo |
getXAddressInfo()
Returns the
XAddressInfo of this client destination. |
int |
hashCode() |
boolean |
isKeepAlive() |
boolean |
isSecure() |
void |
setMaxConnections(int maxConnections) |
public HTTPClientDestination(XAddressInfo xAddressInfo, boolean keepAlive, CredentialInfo credentialInfo)
public int getMaxConnections()
public void setMaxConnections(int maxConnections)
public boolean isKeepAlive()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isSecure()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic IPAddress getHost()
public int getPort()
ClientDestinationgetPort in interface ClientDestinationpublic XAddressInfo getXAddressInfo()
ClientDestinationXAddressInfo of this client destination.getXAddressInfo in interface ClientDestinationXAddressInfo of this client destination.public CredentialInfo getCredentialInfo()
ClientDestinationCredentialInfo of this client destination.getCredentialInfo in interface ClientDestinationCredentialInfo of this client destination.