Uses of Interface
org.spincast.core.server.Server
Packages that use Server
Package
Description
-
Uses of Server in org.spincast.core.controllers
Methods in org.spincast.core.controllers that return ServerConstructors in org.spincast.core.controllers with parameters of type ServerModifierConstructorDescriptionSpincastFrontController
(Router<R, W> router, SpincastConfig spincastConfig, Dictionary dictionary, Server server, RequestContextFactory<R> requestCreationFactory, SpincastRequestScope spincastRequestScope, Type requestContextType, JsonManager jsonManager, XmlManager xmlManager) The constructor. -
Uses of Server in org.spincast.core.filters
Methods in org.spincast.core.filters that return ServerConstructors in org.spincast.core.filters with parameters of type ServerModifierConstructorDescriptionSpincastFiltersDefault
(CorsFilter corsFilter, SpincastConfig spincastConfig, Server server, SpincastUtils spincastUtils) Constructor -
Uses of Server in org.spincast.core.websocket
Methods in org.spincast.core.websocket that return ServerModifier and TypeMethodDescriptionprotected Server
WebsocketEndpointHandlerDefault.getServer()
protected Server
WebsocketRouteHandler.getServer()
Constructors in org.spincast.core.websocket with parameters of type ServerModifierConstructorDescriptionWebsocketEndpointHandlerDefault
(String endpointId, WebsocketController<R, W> controller, WebsocketContextFactory<W> websocketContextFactory, Server server) ConstructorWebsocketRouteHandler
(WebsocketRoute<R, W> websocketRoute, Server server, WebsocketEndpointHandlerFactory<R, W> websocketServerEndpointHandlerFactory, WebsocketEndpointToControllerManager websocketEndpointToControllerKeysMap) -
Uses of Server in org.spincast.demos.better
Methods in org.spincast.demos.better with parameters of type ServerModifier and TypeMethodDescriptionprotected void
App.init
(Server server, DefaultRouter router, AppController ctrl) -
Uses of Server in org.spincast.demos.quick
Methods in org.spincast.demos.quick with parameters of type Server -
Uses of Server in org.spincast.demos.sum
Methods in org.spincast.demos.sum with parameters of type ServerModifier and TypeMethodDescriptionprotected void
App.init
(DefaultRouter router, AppController ctrl, Server server) -
Uses of Server in org.spincast.demos.supercalifragilisticexpialidocious
Methods in org.spincast.demos.supercalifragilisticexpialidocious with parameters of type ServerModifier and TypeMethodDescriptionprotected void
App.init
(Server server, SpincastConfig spincastConfig) -
Uses of Server in org.spincast.plugins.cssyuicompressor
Methods in org.spincast.plugins.cssyuicompressor that return ServerModifier and TypeMethodDescriptionprotected Server
SpincastCssYuiCompressorPebbleExtensionDefault.getServer()
Constructors in org.spincast.plugins.cssyuicompressor with parameters of type ServerModifierConstructorDescriptionSpincastCssYuiCompressorPebbleExtensionDefault
(SpincastCssYuiCompressorConfig spincastCssYuiCompressorConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastCssYuiCompressorManager spincastCssYuiCompressorManager) -
Uses of Server in org.spincast.plugins.jsclosurecompiler
Methods in org.spincast.plugins.jsclosurecompiler that return ServerModifier and TypeMethodDescriptionprotected Server
SpincastJsClosureCompilerPebbleExtensionDefault.getServer()
Constructors in org.spincast.plugins.jsclosurecompiler with parameters of type ServerModifierConstructorDescriptionSpincastJsClosureCompilerPebbleExtensionDefault
(SpincastJsClosureCompilerConfig spincastJsClosureCompilerConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastJsClosureCompilerManager spincastJsClosureCompilerManager) -
Uses of Server in org.spincast.plugins.request
Methods in org.spincast.plugins.request that return ServerModifier and TypeMethodDescriptionprotected Server
SpincastRequestRequestContextAddon.getServer()
Constructors in org.spincast.plugins.request with parameters of type ServerModifierConstructorDescriptionSpincastRequestRequestContextAddon
(R requestContext, Server server, JsonManager jsonManager, XmlManager xmlManager, SpincastUtils spincastUtils, SpincastConfig spincastConfig, ETagFactory etagFactory, FlashMessagesHolder flashMessagesHolder, FormFactory formFactory, Dictionary dictionary) -
Uses of Server in org.spincast.plugins.response
Methods in org.spincast.plugins.response that return ServerModifier and TypeMethodDescriptionprotected Server
SpincastResponseRequestContextAddon.getServer()
Constructors in org.spincast.plugins.response with parameters of type ServerModifierConstructorDescriptionSpincastResponseRequestContextAddon
(R requestContext, Server server, JsonManager jsonManager, XmlManager xmlManager, SpincastConfig spincastConfig, SpincastUtils spincastUtils, ETagFactory etagFactory, FlashMessagesHolder flashMessagesHolder, FlashMessageFactory flashMessageFactory, CookieFactory cookieFactory) -
Uses of Server in org.spincast.plugins.routing
Methods in org.spincast.plugins.routing that return ServerModifier and TypeMethodDescriptionprotected Server
SpincastRouter.getServer()
SpincastRouterDeps.getServer()
Constructors in org.spincast.plugins.routing with parameters of type ServerModifierConstructorDescriptionSpincastRouterDeps
(SpincastRouterConfig spincastRouterConfig, RouteFactory<R> routeFactory, SpincastConfig spincastConfig, Dictionary dictionary, Server server, SpincastFilters<R> spincastFilters, RouteBuilderFactory<R, W> routeBuilderFactory, RedirectRuleBuilderFactory<R, W> redirectRuleBuilderFactory, StaticResourceBuilderFactory<R, W> staticResourceBuilderFactory, RouteHandlerMatchFactory<R> routeHandlerMatchFactory, StaticResourceFactory<R> staticResourceFactory, WebsocketRouteBuilderFactory<R, W> websocketRouteBuilderFactory, WebsocketRouteHandlerFactory<R, W> websocketRouteHandlerFactory, SpincastRoutingUtils spincastRoutingUtils, LocaleResolver localeResolver) Constructor -
Uses of Server in org.spincast.plugins.undertow
Classes in org.spincast.plugins.undertow that implement ServerModifier and TypeClassDescriptionclass
Methods in org.spincast.plugins.undertow that return types with arguments of type Server -
Uses of Server in org.spincast.testing.core
Methods in org.spincast.testing.core that return Server