Class Probe


  • public class Probe
    extends java.lang.Object
    Representation of a probe result. Probes simply return a status code of 200 for okay and some other code if not. They should provide very limited information to the caller for security reasons as they generally provide unauthenticated access.
    • Constructor Summary

      Constructors 
      Constructor Description
      Probe​(java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Object

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

      • Probe

        public Probe​(java.lang.String message)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()