Package org.wildfly.httpclient.common
Class HostPool.AddressResult
- java.lang.Object
-
- org.wildfly.httpclient.common.HostPool.AddressResult
-
-
Constructor Summary
Constructors Constructor Description AddressResult(long failCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfailed()InetAddressgetAddress()URIgetURI()
-
-
-
Method Detail
-
getAddress
public InetAddress getAddress() throws UnknownHostException
- Throws:
UnknownHostException
-
getURI
public URI getURI()
-
failed
public void failed()
-
-