- host - Variable in class io.resurface.BaseLogger
-
- host_lookup() - Static method in class io.resurface.BaseLogger
-
Returns host identifier for this logger.
- HttpLogger - Class in io.resurface
-
Usage logger for HTTP/HTTPS protocol.
- HttpLogger() - Constructor for class io.resurface.HttpLogger
-
Initialize logger using default url and default rules.
- HttpLogger(boolean) - Constructor for class io.resurface.HttpLogger
-
Initialize enabled/disabled logger using default url and default rules.
- HttpLogger(String) - Constructor for class io.resurface.HttpLogger
-
Initialize logger using specified url and default rules.
- HttpLogger(String, String) - Constructor for class io.resurface.HttpLogger
-
Initialize logger using specified url and specified rules.
- HttpLogger(String, boolean) - Constructor for class io.resurface.HttpLogger
-
Initialize enabled/disabled logger using specified url and default rules.
- HttpLogger(String, boolean, String) - Constructor for class io.resurface.HttpLogger
-
Initialize enabled/disabled logger using specified url and specified rules.
- HttpLogger(List<String>) - Constructor for class io.resurface.HttpLogger
-
Initialize enabled logger using queue and default rules.
- HttpLogger(List<String>, String) - Constructor for class io.resurface.HttpLogger
-
Initialize enabled logger using queue and specified rules.
- HttpLogger(List<String>, boolean) - Constructor for class io.resurface.HttpLogger
-
Initialize enabled/disabled logger using queue and default rules.
- HttpLogger(List<String>, boolean, String) - Constructor for class io.resurface.HttpLogger
-
Initialize enabled/disabled logger using queue and specified rules.
- HttpLoggerForJersey - Class in io.resurface
-
- HttpLoggerForJersey(String) - Constructor for class io.resurface.HttpLoggerForJersey
-
Initialize logger using specified url and default rules.
- HttpLoggerForJersey(String, String) - Constructor for class io.resurface.HttpLoggerForJersey
-
Initialize logger using specified url and specified rules.
- HttpLoggerForJersey(List<String>) - Constructor for class io.resurface.HttpLoggerForJersey
-
Initialize enabled logger using queue and default rules.
- HttpLoggerForJersey(List<String>, String) - Constructor for class io.resurface.HttpLoggerForJersey
-
Initialize enabled logger using queue and specified rules.
- HttpLoggerForServlets - Class in io.resurface
-
Servlet filter for HTTP usage logging.
- HttpLoggerForServlets() - Constructor for class io.resurface.HttpLoggerForServlets
-
Initialize with default parameters.
- HttpLoggerForServlets(List<String>, String) - Constructor for class io.resurface.HttpLoggerForServlets
-
Initialize filter using supplied queue.
- HttpMessage - Class in io.resurface
-
Message implementation for HTTP logger.
- HttpMessage() - Constructor for class io.resurface.HttpMessage
-
- HttpRule - Class in io.resurface
-
Parsed rule for HTTP logger.
- HttpRule(String, Pattern, Object, Object) - Constructor for class io.resurface.HttpRule
-
- HttpRules - Class in io.resurface
-
Parser and utilities for HTTP logger rules.
- HttpRules(String) - Constructor for class io.resurface.HttpRules
-
Initialize a new set of rules.
- HttpServletRequestImpl - Class in io.resurface
-
Mock HttpServletRequest implementation.
- HttpServletRequestImpl() - Constructor for class io.resurface.HttpServletRequestImpl
-
- HttpServletResponseImpl - Class in io.resurface
-
Mock HttpServletResponse implementation.
- HttpServletResponseImpl() - Constructor for class io.resurface.HttpServletResponseImpl
-
- HttpSessionImpl - Class in io.resurface
-
Mock HttpSession implementation.
- HttpSessionImpl() - Constructor for class io.resurface.HttpSessionImpl
-