Package-level declarations
Contains Framework Server Filters.
Types
Link copied to clipboard
AuthenticationHandlerFilter Filter to handle authentication
Link copied to clipboard
PreRequestHandlerLogFilter class is a filter class that logs the request to the server before the request is handled by the server.
Link copied to clipboard
class RequestValidationHandlerFilter(method: Method, methodHasPathParam: Boolean) : Filter, HttpHandlerExtensions
RequestValidationHandlerFilter class is a filter class that validates the request based on the method and path specified in the Mapping annotation. If the request method or path does not match the Mapping annotation, then it sends the appropriate response to the client.