Package io.vertx.ext.web.handler
Interface PlatformHandler
-
- All Superinterfaces:
Handler<RoutingContext>
- All Known Subinterfaces:
FaviconHandler
,LoggerHandler
,MethodOverrideHandler
,ResponseContentTypeHandler
,ResponseTimeHandler
,SecurityAuditLoggerHandler
,SessionHandler
,TimeoutHandler
public interface PlatformHandler extends Handler<RoutingContext>
Base platform interface for handlers that provide functionality to the application platform. Two examples are:- Author:
- Paulo Lopes