| Modifier and Type | Method and Description |
|---|---|
protected Server |
SpincastFrontController.getServer() |
| Constructor and Description |
|---|
SpincastFrontController(Router<R,W> router,
SpincastConfig spincastConfig,
Dictionary dictionary,
Server server,
RequestContextFactory<R> requestCreationFactory,
SpincastRequestScope spincastRequestScope,
Type requestContextType,
JsonManager jsonManager,
XmlManager xmlManager)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Server |
SpincastFiltersDefault.getServer() |
| Constructor and Description |
|---|
SpincastFiltersDefault(CorsFilter corsFilter,
SpincastConfig spincastConfig,
Server server,
SpincastUtils spincastUtils)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected Server |
WebsocketRouteHandler.getServer() |
protected Server |
WebsocketEndpointHandlerDefault.getServer() |
| Constructor and Description |
|---|
WebsocketEndpointHandlerDefault(String endpointId,
WebsocketController<R,W> controller,
WebsocketContextFactory<W> websocketContextFactory,
Server server)
Constructor
|
WebsocketRouteHandler(WebsocketRoute<R,W> websocketRoute,
Server server,
WebsocketEndpointHandlerFactory<R,W> websocketServerEndpointHandlerFactory,
WebsocketEndpointToControllerManager websocketEndpointToControllerKeysMap) |
| Modifier and Type | Method and Description |
|---|---|
protected Server |
SpincastRequestRequestContextAddon.getServer() |
| Constructor and Description |
|---|
SpincastRequestRequestContextAddon(R requestContext,
Server server,
JsonManager jsonManager,
XmlManager xmlManager,
SpincastUtils spincastUtils,
SpincastConfig spincastConfig,
ETagFactory etagFactory,
FlashMessagesHolder flashMessagesHolder,
FormFactory formFactory,
Dictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
protected Server |
SpincastResponseRequestContextAddon.getServer() |
| Constructor and Description |
|---|
SpincastResponseRequestContextAddon(R requestContext,
Server server,
JsonManager jsonManager,
XmlManager xmlManager,
SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
ETagFactory etagFactory,
FlashMessagesHolder flashMessagesHolder,
FlashMessageFactory flashMessageFactory,
CookieFactory cookieFactory) |
| Modifier and Type | Method and Description |
|---|---|
Server |
SpincastRouterDeps.getServer() |
protected Server |
SpincastRouter.getServer() |
| Constructor and Description |
|---|
SpincastRouterDeps(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)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastUndertowServer
Server implementation for Undertow.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends Server> |
SpincastUndertowPluginModule.getSpincastUndertowServerClass() |
| Modifier and Type | Method and Description |
|---|---|
protected Server |
AppBasedTestingBase.getServer() |
Copyright © 2018. All rights reserved.