Uses of Enum Class
com.pixelservices.flash.components.http.HandlerType
Packages that use HandlerType
Package
Description
-
Uses of HandlerType in com.pixelservices.flash.components
Methods in com.pixelservices.flash.components with parameters of type HandlerTypeModifier and TypeMethodDescriptionvoid
FlashServer.registerRoute
(HttpMethod method, String fullPath, SimpleHandler handler, HandlerType handlerType) -
Uses of HandlerType in com.pixelservices.flash.components.http
Methods in com.pixelservices.flash.components.http that return HandlerTypeModifier and TypeMethodDescriptionRequestHandler.getHandlerType()
Get the handler typestatic HandlerType
Returns the enum constant of this class with the specified name.static HandlerType[]
HandlerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pixelservices.flash.components.http with parameters of type HandlerTypeModifier and TypeMethodDescriptionvoid
RequestHandler.setHandlerType
(HandlerType handlerType) Sets the handler type (package-private) -
Uses of HandlerType in com.pixelservices.flash.components.http.routing.models
Methods in com.pixelservices.flash.components.http.routing.models that return HandlerTypeConstructors in com.pixelservices.flash.components.http.routing.models with parameters of type HandlerTypeModifierConstructorDescriptionRouteEntry
(HttpMethod method, String path, RequestHandler handler, HandlerType handlerType, HandlerPoolManager poolManager) Constructor for lambda-based handlers (using a special pool)RouteEntry
(HttpMethod method, String path, Class<? extends RequestHandler> handlerClass, HandlerType handlerType, HandlerPoolManager poolManager) Constructor for class-based handlers that will use pooling -
Uses of HandlerType in com.pixelservices.flash.models
Methods in com.pixelservices.flash.models with parameters of type HandlerTypeModifier and TypeMethodDescriptionFlashConfiguration.setLoggingPreference
(HandlerType type, boolean shouldLog) boolean
FlashConfiguration.shouldLog
(HandlerType type)