Class HttpsConnectivityHealthCheck

java.lang.Object
com.codahale.metrics.health.HealthCheck
io.dyuti.dropwizard.healtcheck.HttpsConnectivityHealthCheck

public class HttpsConnectivityHealthCheck extends com.codahale.metrics.health.HealthCheck
HTTPS Health Check that performs basic CONNECT to check is the application can each the URL endpoint specified in the configuration. Can also perform additional certificate validation if required.
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.codahale.metrics.health.HealthCheck

    com.codahale.metrics.health.HealthCheck.Result, com.codahale.metrics.health.HealthCheck.ResultBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.codahale.metrics.health.HealthCheck.Result
     

    Methods inherited from class com.codahale.metrics.health.HealthCheck

    clock, execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpsConnectivityHealthCheck

      public HttpsConnectivityHealthCheck()
  • Method Details

    • check

      protected com.codahale.metrics.health.HealthCheck.Result check()
      Specified by:
      check in class com.codahale.metrics.health.HealthCheck