Class ServerConfiguration
- java.lang.Object
-
- com.github.nhenneaux.resilienthttpclient.singlehostclient.ServerConfiguration
-
public class ServerConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerConfiguration(String hostname)ServerConfiguration(String hostname, int port, String healthPath, long dnsLookupRefreshPeriodInSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDnsLookupRefreshPeriodInSeconds()StringgetHealthPath()StringgetHostname()intgetPort()StringtoString()
-