| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastFrontController.getServer() |
| Constructor and Description |
|---|
SpincastFrontController(IRouter<R,W> router,
ISpincastConfig spincastConfig,
ISpincastDictionary spincastDictionary,
IServer server,
IRequestContextFactory<R> requestCreationFactory,
SpincastRequestScope spincastRequestScope,
Type requestContextType,
IJsonManager jsonManager,
IXmlManager xmlManager)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
WebsocketRouteHandler.getServer() |
protected IServer |
WebsocketEndpointHandler.getServer() |
| Constructor and Description |
|---|
WebsocketEndpointHandler(String endpointId,
IWebsocketController<R,W> controller,
IWebsocketContextFactory<W> websocketContextFactory,
IServer server)
Constructor
|
WebsocketRouteHandler(IWebsocketRoute<R,W> websocketRoute,
IServer server,
IWebsocketEndpointHandlerFactory<R,W> websocketServerEndpointHandlerFactory,
IWebsocketEndpointToControllerManager websocketEndpointToControllerKeysMap) |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastCookiesRequestContextAddon.getServer() |
| Constructor and Description |
|---|
SpincastCookiesRequestContextAddon(R requestContext,
IServer server,
ICookieFactory cookieFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastRequestRequestContextAddon.getServer() |
| Constructor and Description |
|---|
SpincastRequestRequestContextAddon(R requestContext,
IServer server,
IJsonManager jsonManager,
IXmlManager xmlManager,
ISpincastUtils spincastUtils,
ISpincastConfig spincastConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastResponseRequestContextAddon.getServer() |
| Constructor and Description |
|---|
SpincastResponseRequestContextAddon(R requestContext,
IServer server,
IJsonManager jsonManager,
IXmlManager xmlManager,
ISpincastConfig spincastConfig,
ISpincastUtils spincastUtils) |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastRouter.getServer() |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastUndertowServer
Server implementation for Undertow.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends IServer> |
SpincastUndertowPluginGuiceModule.getSpincastUndertowServerClass() |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastIntegrationTestBase.getServer() |
Copyright © 2016. All rights reserved.