Class HttpFilter

java.lang.Object
jakarta.servlet.GenericFilter
jakarta.servlet.http.HttpFilter
All Implemented Interfaces:
Filter, FilterConfig, Serializable

public abstract class HttpFilter extends GenericFilter
Provides a base class that implements the Filter interface and ensures that the Request and Response are of type HttpServletRequest and HttpServletResponse respectively.
See Also: