Uses of Class
io.vertx.mutiny.ext.web.handler.APIKeyHandler
-
Packages that use APIKeyHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of APIKeyHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type APIKeyHandler Modifier and Type Field Description static TypeArg<APIKeyHandler>APIKeyHandler. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler that return APIKeyHandler Modifier and Type Method Description APIKeyHandlerAPIKeyHandler. cookie(String cookieName)static APIKeyHandlerAPIKeyHandler. create(AuthenticationProvider authProvider)APIKeyHandlerAPIKeyHandler. header(String headerName)static APIKeyHandlerAPIKeyHandler. newInstance(io.vertx.ext.web.handler.APIKeyHandler arg)APIKeyHandlerAPIKeyHandler. parameter(String paramName)
-