Uses of Class
net.targetr.rc.monitoring.logs.http.HttpRequestMonitor
Packages that use HttpRequestMonitor
Package
Description
Remote Control Web Server.
RCWeb communication logging.
HTTP request logging.
-
Uses of HttpRequestMonitor in net.targetr.rc
Methods in net.targetr.rc that return HttpRequestMonitorModifier and TypeMethodDescriptionstatic HttpRequestMonitorRootResponder.getHttpRequestMonitor()Returns the HTTP request monitor. -
Uses of HttpRequestMonitor in net.targetr.rc.monitoring.logs
Constructors in net.targetr.rc.monitoring.logs with parameters of type HttpRequestMonitorModifierConstructorDescriptionCommunicationsInterceptor(HttpRequestMonitor httpRequestMonitor, WebSocketFrameMonitor webSocketFrameMonitor) Constructs a new RCWebInterceptor. -
Uses of HttpRequestMonitor in net.targetr.rc.monitoring.logs.http
Subclasses of HttpRequestMonitor in net.targetr.rc.monitoring.logs.httpModifier and TypeClassDescriptionclassMonitors HTTP requests, dispatches them to active WebSocket monitoring sessions, and writes them to a daily log file inlog/[yyyy-MM-dd]/http.log.