Uses of Class
spark.route.RouteEntry
Packages that use RouteEntry
-
Uses of RouteEntry in spark.route
Fields in spark.route with type parameters of type RouteEntryMethods in spark.route that return RouteEntryModifier and TypeMethodDescriptionprivate RouteEntryRoutes.findTargetWithGivenAcceptType(List<RouteEntry> routeMatches, String acceptType) Methods in spark.route that return types with arguments of type RouteEntryModifier and TypeMethodDescriptionprivate List<RouteEntry> Routes.findTargetsForRequestedRoute(HttpMethod httpMethod, String path) private Map<String, RouteEntry> Routes.getAcceptedMimeTypes(List<RouteEntry> routes) Method parameters in spark.route with type arguments of type RouteEntryModifier and TypeMethodDescriptionprivate RouteEntryRoutes.findTargetWithGivenAcceptType(List<RouteEntry> routeMatches, String acceptType) private Map<String, RouteEntry> Routes.getAcceptedMimeTypes(List<RouteEntry> routes) Constructors in spark.route with parameters of type RouteEntry