- hashCode() - Method in class io.honeybadger.reporter.config.BaseChainedConfigContext
-
- hashCode() - Method in class io.honeybadger.reporter.dto.BacktraceElement
-
- hashCode() - Method in class io.honeybadger.reporter.dto.Cause
-
- hashCode() - Method in class io.honeybadger.reporter.dto.Load
-
- hashCode() - Method in class io.honeybadger.reporter.dto.Memory
-
- hashCode() - Method in class io.honeybadger.reporter.dto.Notice
-
- hashCode() - Method in class io.honeybadger.reporter.dto.NoticeDetails
-
- hashCode() - Method in class io.honeybadger.reporter.dto.Notifier
-
- hashCode() - Method in class io.honeybadger.reporter.dto.Request
-
- hashCode() - Method in class io.honeybadger.reporter.dto.ServerDetails
-
- hashCode() - Method in class io.honeybadger.reporter.dto.Stats
-
- hashCode() - Method in class io.honeybadger.reporter.NoticeReportResult
-
- HBCollectionUtils - Class in io.honeybadger.util
-
Commonly shared Collection utilities.
- HBStringUtils - Class in io.honeybadger.util
-
Commonly shared String utilities.
- HONEYBADGER_API_KEY - Static variable in class io.honeybadger.reporter.config.MapConfigContext
-
System property key identifying the Honeybadger API key to use.
- HONEYBADGER_API_KEY_ENV - Static variable in class io.honeybadger.reporter.config.MapConfigContext
-
System property key identifying the Honeybadger API key to use.
- HONEYBADGER_EXCLUDED_CLASSES_KEY - Static variable in class io.honeybadger.reporter.config.MapConfigContext
-
CSV list of exception classes to ignore.
- HONEYBADGER_EXCLUDED_PARAMS_KEY - Static variable in class io.honeybadger.reporter.config.MapConfigContext
-
CSV list of parameters to not include.
- HONEYBADGER_EXCLUDED_PROPS_KEY - Static variable in class io.honeybadger.reporter.config.MapConfigContext
-
CSV list of system properties to not include.
- HONEYBADGER_MAXIMUM_ERROR_REPORTING_RETRIES_KEY - Static variable in class io.honeybadger.reporter.config.MapConfigContext
-
System property key indicating the maximum number of attempts to submit an error.
- HONEYBADGER_URL_KEY - Static variable in class io.honeybadger.reporter.config.MapConfigContext
-
System property key identifying the Honeybadger URL to use.
- HoneybadgerCLI - Class in io.honeybadger.reporter
-
Simple CLI utility that will allow you to post an error message to
Honeybadger.
- HoneybadgerErrorHandler - Class in io.honeybadger.reporter.play
-
Error handler for the Play Framework.
- HoneybadgerErrorHandler(Config, Environment, OptionalSourceMapper, <any>) - Constructor for class io.honeybadger.reporter.play.HoneybadgerErrorHandler
-
- HoneybadgerException - Exception in io.honeybadger.reporter
-
Exception class representing an error state with Honeybadger error reporting.
- HoneybadgerException() - Constructor for exception io.honeybadger.reporter.HoneybadgerException
-
- HoneybadgerException(String) - Constructor for exception io.honeybadger.reporter.HoneybadgerException
-
- HoneybadgerException(String, Throwable) - Constructor for exception io.honeybadger.reporter.HoneybadgerException
-
- HoneybadgerException(Throwable) - Constructor for exception io.honeybadger.reporter.HoneybadgerException
-
- HoneybadgerException(String, Throwable, boolean, boolean) - Constructor for exception io.honeybadger.reporter.HoneybadgerException
-
- HoneybadgerFilter - Class in io.honeybadger.reporter.servlet
-
Servlet filter that reports all unhandled servlet errors to Honeybadger.
- HoneybadgerFilter() - Constructor for class io.honeybadger.reporter.servlet.HoneybadgerFilter
-
- HoneybadgerNoticeLoader - Class in io.honeybadger.loader
-
Utility class used to load a fault's details into a readable object
structure.
- HoneybadgerNoticeLoader(ConfigContext) - Constructor for class io.honeybadger.loader.HoneybadgerNoticeLoader
-
- HoneybadgerReporter - Class in io.honeybadger.reporter
-
Reporter utility class that gives a simple interface for sending Java
Throwable classes to the Honeybadger API.
- HoneybadgerReporter() - Constructor for class io.honeybadger.reporter.HoneybadgerReporter
-
- HoneybadgerReporter(ConfigContext) - Constructor for class io.honeybadger.reporter.HoneybadgerReporter
-
- HoneybadgerSpringExceptionHandler - Class in io.honeybadger.reporter.spring
-
Spring Framework web endpoint exception handler class.
- HoneybadgerSpringExceptionHandler(SpringConfigContext) - Constructor for class io.honeybadger.reporter.spring.HoneybadgerSpringExceptionHandler
-
- HoneybadgerUncaughtExceptionHandler - Class in io.honeybadger.reporter
-
Exception handler class that sends errors to Honey Badger by default.
- HoneybadgerUncaughtExceptionHandler() - Constructor for class io.honeybadger.reporter.HoneybadgerUncaughtExceptionHandler
-
- HoneybadgerUncaughtExceptionHandler(ConfigContext) - Constructor for class io.honeybadger.reporter.HoneybadgerUncaughtExceptionHandler
-
- hostname() - Static method in class io.honeybadger.reporter.dto.ServerDetails
-
Attempt to find the hostname of the system reporting the error to
Honeybadger.
- HTTP_ACCEPT_CHARSET_KEY - Static variable in class io.honeybadger.reporter.dto.CgiData
-
- HTTP_ACCEPT_ENCODING_KEY - Static variable in class io.honeybadger.reporter.dto.CgiData
-
- HTTP_ACCEPT_KEY - Static variable in class io.honeybadger.reporter.dto.CgiData
-
- HTTP_ACCEPT_LANGUAGE_KEY - Static variable in class io.honeybadger.reporter.dto.CgiData
-
- HTTP_COOKIE_KEY - Static variable in class io.honeybadger.reporter.dto.CgiData
-
- HTTP_HEADER_NAMES_TO_CGI - Static variable in class io.honeybadger.reporter.dto.CgiData
-
Mapping of HTTP headers that have known corresponding CGI values that
have a 1:1 conversion.
- HTTP_PROXY_HOST_KEY - Static variable in class io.honeybadger.reporter.config.MapConfigContext
-
System property key indicating the proxy server.
- HTTP_PROXY_PORT_KEY - Static variable in class io.honeybadger.reporter.config.MapConfigContext
-
System property key indicating the proxy port.
- HTTP_USER_AGENT_KEY - Static variable in class io.honeybadger.reporter.dto.CgiData
-
- HttpServletRequestFactory - Class in io.honeybadger.reporter.dto
-
Factory class that creates a
Request based on a
HttpServletRequest.