Uses of Class
spark.route.Routes
Packages that use Routes
Package
Description
-
Uses of Routes in spark
-
Uses of Routes in spark.embeddedserver
Methods in spark.embeddedserver with parameters of type RoutesModifier and TypeMethodDescriptiondefault EmbeddedServerEmbeddedServerFactory.create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, boolean hasMultipleHandler) Deprecated.EmbeddedServerFactory.create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler) Creates an embedded server instance.static EmbeddedServerEmbeddedServers.create(Object identifier, Routes routeMatcher, ExceptionMapper exceptionMapper, StaticFilesConfiguration staticFilesConfiguration, boolean multipleHandlers) Creates an embedded server of type corresponding to the provided identifier.static EmbeddedServerEmbeddedServers.create(Object identifier, Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, boolean multipleHandlers) Deprecated. -
Uses of Routes in spark.embeddedserver.jetty
Methods in spark.embeddedserver.jetty with parameters of type RoutesModifier and TypeMethodDescriptionEmbeddedJettyFactory.create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler) -
Uses of Routes in spark.http.matching
Constructors in spark.http.matching with parameters of type RoutesModifierConstructorDescriptionMatcherFilter(Routes routeMatcher, StaticFilesConfiguration staticFiles, ExceptionMapper exceptionMapper, boolean externalContainer, boolean hasOtherHandlers) Constructor -
Uses of Routes in spark.route
Subclasses of Routes in spark.routeMethods in spark.route that return Routes
Routes