Skip to content

CheckHost4J-v1.2.0

Choose a tag to compare

@florianreuth florianreuth released this 25 Mar 13:11
· 68 commits to main since this release
d69e9d2
  • Add ping calculations to PingResult
  • Add PingResult#getSuccessfulPings, PingResult#getFailedPings and PingResult#getTotalPings
  • Expose CheckHost4J#getServers
  • Add tons of missing error handling
  • Improve error messages
  • Add missing javadoc to classes and methods
  • Move out model parsing into model classes
  • Made model constructors private
  • Use IllegalStateException for invalid responses
  • Move request into Constants class and rename to CHRequests
  • Move request handling into ResultNode
  • Fix HTTPResult#isSuccessful and PingResult#isSuccessful