Uses of Interface
org.spincast.core.server.Server
Package
Description
-
Uses of Server in org.spincast.core.controllers
ModifierConstructorDescriptionSpincastFrontController
(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
ModifierConstructorDescriptionSpincastFiltersDefault
(CorsFilter corsFilter, SpincastConfig spincastConfig, Server server, SpincastUtils spincastUtils) Constructor -
Uses of Server in org.spincast.core.websocket
Modifier and TypeMethodDescriptionprotected Server
WebsocketEndpointHandlerDefault.getServer()
protected Server
WebsocketRouteHandler.getServer()
ModifierConstructorDescriptionWebsocketEndpointHandlerDefault
(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
Modifier and TypeMethodDescriptionprotected void
App.init
(Server server, DefaultRouter router, AppController ctrl) -
Uses of Server in org.spincast.demos.quick
-
Uses of Server in org.spincast.demos.sum
Modifier and TypeMethodDescriptionprotected void
App.init
(DefaultRouter router, AppController ctrl, Server server) -
Uses of Server in org.spincast.demos.supercalifragilisticexpialidocious
Modifier and TypeMethodDescriptionprotected void
App.init
(Server server, SpincastConfig spincastConfig) -
Uses of Server in org.spincast.plugins.cssyuicompressor
Modifier and TypeMethodDescriptionprotected Server
SpincastCssYuiCompressorPebbleExtensionDefault.getServer()
ModifierConstructorDescriptionSpincastCssYuiCompressorPebbleExtensionDefault
(SpincastCssYuiCompressorConfig spincastCssYuiCompressorConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastCssYuiCompressorManager spincastCssYuiCompressorManager) -
Uses of Server in org.spincast.plugins.jsclosurecompiler
Modifier and TypeMethodDescriptionprotected Server
SpincastJsClosureCompilerPebbleExtensionDefault.getServer()
ModifierConstructorDescriptionSpincastJsClosureCompilerPebbleExtensionDefault
(SpincastJsClosureCompilerConfig spincastJsClosureCompilerConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastJsClosureCompilerManager spincastJsClosureCompilerManager) -
Uses of Server in org.spincast.plugins.request
Modifier and TypeMethodDescriptionprotected Server
SpincastRequestRequestContextAddon.getServer()
ModifierConstructorDescriptionSpincastRequestRequestContextAddon
(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
Modifier and TypeMethodDescriptionprotected Server
SpincastResponseRequestContextAddon.getServer()
ModifierConstructorDescriptionSpincastResponseRequestContextAddon
(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
Modifier and TypeMethodDescriptionprotected Server
SpincastRouter.getServer()
SpincastRouterDeps.getServer()
ModifierConstructorDescriptionSpincastRouterDeps
(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
Modifier and TypeClassDescriptionclass
-
Uses of Server in org.spincast.testing.core