Skip navigation links
A B C D G H I M P R S 

A

AccessDeniedException - Exception in io.bitsensor.plugins.java.http
Thrown if a request is blocked by BitSensor
AccessDeniedException(String) - Constructor for exception io.bitsensor.plugins.java.http.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for exception io.bitsensor.plugins.java.http.AccessDeniedException
 

B

BitSensorFilter - Class in io.bitsensor.plugins.java.http.filter
The BitSensorFilter intercepts each request and collects data about it.
BitSensorFilter(RequestHandlerManager) - Constructor for class io.bitsensor.plugins.java.http.filter.BitSensorFilter
 
BitSensorMethodInvocation - Class in io.bitsensor.plugins.java.http.configuration
 
BitSensorMethodInvocation() - Constructor for class io.bitsensor.plugins.java.http.configuration.BitSensorMethodInvocation
 
BitSensorServletContextListener - Class in io.bitsensor.plugins.java.http.listener
Listener to startup and shutdown the web application's BitSensor plugin.
BitSensorServletContextListener(ApiConnector) - Constructor for class io.bitsensor.plugins.java.http.listener.BitSensorServletContextListener
 
BitSensorServletRequestListener - Class in io.bitsensor.plugins.java.http.listener
A listener to initialize BitSensor.datapointBuilder and start collecting events and information of the current request.
BitSensorServletRequestListener() - Constructor for class io.bitsensor.plugins.java.http.listener.BitSensorServletRequestListener
 

C

contextDestroyed(ServletContextEvent) - Method in class io.bitsensor.plugins.java.http.listener.BitSensorServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class io.bitsensor.plugins.java.http.listener.BitSensorServletContextListener
 
CookieHandler - Class in io.bitsensor.plugins.java.http.filter.handler
Handles cookies the client sent with this request
CookieHandler() - Constructor for class io.bitsensor.plugins.java.http.filter.handler.CookieHandler
 

D

destroy() - Method in class io.bitsensor.plugins.java.http.filter.BitSensorFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.bitsensor.plugins.java.http.filter.BitSensorFilter
 

G

getArguments() - Method in class io.bitsensor.plugins.java.http.configuration.BitSensorMethodInvocation
 
getExecutionMoment() - Method in class io.bitsensor.plugins.java.http.filter.handler.CookieHandler
 
getExecutionMoment() - Method in class io.bitsensor.plugins.java.http.filter.handler.HttpInputHandler
 
getExecutionMoment() - Method in class io.bitsensor.plugins.java.http.filter.handler.HttpRequestHandler
 
getExecutionMoment() - Method in class io.bitsensor.plugins.java.http.filter.handler.HttpStatusHandler
 
getExecutionMoment() - Method in class io.bitsensor.plugins.java.http.filter.handler.ModSecurityHandler
 
getExecutionMoment() - Method in class io.bitsensor.plugins.java.http.filter.handler.RequestIpHandler
 
getMethod() - Method in class io.bitsensor.plugins.java.http.configuration.BitSensorMethodInvocation
 
getStaticPart() - Method in class io.bitsensor.plugins.java.http.configuration.BitSensorMethodInvocation
 
getThis() - Method in class io.bitsensor.plugins.java.http.configuration.BitSensorMethodInvocation
 

H

handle(HttpServletRequest, HttpServletResponse) - Method in class io.bitsensor.plugins.java.http.filter.handler.CookieHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class io.bitsensor.plugins.java.http.filter.handler.HttpInputHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class io.bitsensor.plugins.java.http.filter.handler.HttpRequestHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class io.bitsensor.plugins.java.http.filter.handler.HttpStatusHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class io.bitsensor.plugins.java.http.filter.handler.ModSecurityHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in interface io.bitsensor.plugins.java.http.filter.handler.RequestHandler
Performs data collection.
handle(HttpServletRequest, HttpServletResponse) - Method in class io.bitsensor.plugins.java.http.filter.handler.RequestIpHandler
Adds the IP address of the HTTP request to the Datapoint.
HTTP_ONLY_ATTRIBUTE_NAME - Static variable in class io.bitsensor.plugins.java.http.filter.handler.CookieHandler
 
HttpInputHandler - Class in io.bitsensor.plugins.java.http.filter.handler
Collects information about the HTTP request data.
HttpInputHandler() - Constructor for class io.bitsensor.plugins.java.http.filter.handler.HttpInputHandler
 
HttpInvocationHandler - Interface in io.bitsensor.plugins.java.http.filter.handler
A handler interface that is implemented by the RequestHandlerManager.
HttpMessageConverterReadInterceptor - Class in io.bitsensor.plugins.java.http.configuration
 
HttpMessageConverterReadInterceptor() - Constructor for class io.bitsensor.plugins.java.http.configuration.HttpMessageConverterReadInterceptor
 
HttpRequestHandler - Class in io.bitsensor.plugins.java.http.filter.handler
Collects information about the HTTP request.
HttpRequestHandler() - Constructor for class io.bitsensor.plugins.java.http.filter.handler.HttpRequestHandler
 
HttpStatusHandler - Class in io.bitsensor.plugins.java.http.filter.handler
Collects information that is only available after the request is handled by the application.
HttpStatusHandler() - Constructor for class io.bitsensor.plugins.java.http.filter.handler.HttpStatusHandler
 

I

init(FilterConfig) - Method in class io.bitsensor.plugins.java.http.filter.BitSensorFilter
 
invoke(MethodInvocation) - Method in class io.bitsensor.plugins.java.http.configuration.HttpMessageConverterReadInterceptor
 
io.bitsensor.plugins.java.http - package io.bitsensor.plugins.java.http
 
io.bitsensor.plugins.java.http.configuration - package io.bitsensor.plugins.java.http.configuration
 
io.bitsensor.plugins.java.http.filter - package io.bitsensor.plugins.java.http.filter
 
io.bitsensor.plugins.java.http.filter.handler - package io.bitsensor.plugins.java.http.filter.handler
 
io.bitsensor.plugins.java.http.listener - package io.bitsensor.plugins.java.http.listener
 

M

ModSecurityHandler - Class in io.bitsensor.plugins.java.http.filter.handler
Collects information from ModSecurity.
ModSecurityHandler() - Constructor for class io.bitsensor.plugins.java.http.filter.handler.ModSecurityHandler
 

P

postHandle(HttpServletRequest, HttpServletResponse) - Method in interface io.bitsensor.plugins.java.http.filter.handler.HttpInvocationHandler
Runs all handlers that should be executed after the request is handled by the application.
postHandle(HttpServletRequest, HttpServletResponse) - Method in class io.bitsensor.plugins.java.http.filter.handler.RequestHandlerManager
Runs all handlers that should be executed after the request is handled by the application.
preHandle(HttpServletRequest, HttpServletResponse) - Method in interface io.bitsensor.plugins.java.http.filter.handler.HttpInvocationHandler
Runs all handlers that should be executed before the request is handled by the application.
preHandle(HttpServletRequest, HttpServletResponse) - Method in class io.bitsensor.plugins.java.http.filter.handler.RequestHandlerManager
Runs all handlers that should be executed before the request is handled by the application.

R

requestDestroyed(ServletRequestEvent) - Method in class io.bitsensor.plugins.java.http.listener.BitSensorServletRequestListener
 
RequestHandler - Interface in io.bitsensor.plugins.java.http.filter.handler
A data collection handler.
RequestHandlerManager - Class in io.bitsensor.plugins.java.http.filter.handler
Contains the data collection handlers for HTTP requests.
RequestHandlerManager() - Constructor for class io.bitsensor.plugins.java.http.filter.handler.RequestHandlerManager
 
requestInitialized(ServletRequestEvent) - Method in class io.bitsensor.plugins.java.http.listener.BitSensorServletRequestListener
 
RequestIpHandler - Class in io.bitsensor.plugins.java.http.filter.handler
Collects the IP address.
RequestIpHandler() - Constructor for class io.bitsensor.plugins.java.http.filter.handler.RequestIpHandler
 

S

SECURE_ATTRIBUTE_NAME - Static variable in class io.bitsensor.plugins.java.http.filter.handler.CookieHandler
 
A B C D G H I M P R S 
Skip navigation links

Copyright © 2018 BitSensor. All rights reserved.