Uses of Interface
org.spincast.core.websocket.WebsocketContext
Packages that use WebsocketContext
Package
Description
-
Uses of WebsocketContext in org.spincast.core.controllers
Classes in org.spincast.core.controllers with type parameters of type WebsocketContextModifier and TypeClassDescriptionclassSpincastFrontController<R extends RequestContext<R>,W extends WebsocketContext<?>> -
Uses of WebsocketContext in org.spincast.core.guice
Methods in org.spincast.core.guice that return types with arguments of type WebsocketContextModifier and TypeMethodDescriptionprotected Class<? extends WebsocketContext<?>>GuiceTweaker.getWebsocketContextImplementationClass()protected Class<? extends WebsocketContext<?>>SpincastGuiceModuleBase.getWebsocketContextImplementationClass()protected Class<? extends WebsocketContext<?>>SpincastPluginBase.getWebsocketContextImplementationClass()Method parameters in org.spincast.core.guice with type arguments of type WebsocketContextModifier and TypeMethodDescriptionvoidGuiceTweaker.setWebsocketContextImplementationClass(Class<? extends WebsocketContext<?>> websocketContextImplementationClass) voidSpincastContextTypesInterested.setWebsocketContextImplementationClass(Class<? extends WebsocketContext<?>> websocketContextImplementationClass) The implementation class to use for WebsocletContext.voidSpincastGuiceModuleBase.setWebsocketContextImplementationClass(Class<? extends WebsocketContext<?>> websocketContextImplementationClass) voidSpincastPluginBase.setWebsocketContextImplementationClass(Class<? extends WebsocketContext<?>> websocketContextImplementationClass) -
Uses of WebsocketContext in org.spincast.core.routing
Classes in org.spincast.core.routing with type parameters of type WebsocketContextModifier and TypeClassDescriptionclassDefaultRouteParamAliasesBinder<R extends RequestContext<?>,W extends WebsocketContext<?>> Component that binds some default route parameter aliases.interfaceRedirectHandler<R extends RequestContext<?>,W extends WebsocketContext<?>> Handle to generate the path to redirect a route to.interfaceRedirectRuleBuilder<R extends RequestContext<?>,W extends WebsocketContext<?>> Builder to create a redirection rule.interfaceRedirectRuleBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> Factory to create RedirectRuleBuilders.interfaceRouteBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> Factory to create a route builder.interfaceRouter<R extends RequestContext<?>,W extends WebsocketContext<?>> The router.interfaceStaticResourceBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> Factory to create static resources builders. -
Uses of WebsocketContext in org.spincast.core.websocket
Classes in org.spincast.core.websocket with type parameters of type WebsocketContextModifier and TypeInterfaceDescriptioninterfaceWebsocketContext<W extends WebsocketContext<?>>The base interface for a WebSocket context.classWebsocketContextBase<W extends WebsocketContext<?>>The base implementation for a WebSocket context object.classWebsocketContextBaseDeps<W extends WebsocketContext<?>>A wrapper object for the dependencies required by WebsocketContextBase.interfaceWebsocketContextFactory<W extends WebsocketContext<?>>interfaceWebsocketController<R extends RequestContext<?>,W extends WebsocketContext<?>> A controller for a WebSocket connection.classWebsocketEndpointHandlerDefault<R extends RequestContext<?>,W extends WebsocketContext<?>> interfaceWebsocketEndpointHandlerFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> interfaceWebsocketRoute<R extends RequestContext<?>,W extends WebsocketContext<?>> A WebSocket route.interfaceWebsocketRouteBuilder<R extends RequestContext<?>,W extends WebsocketContext<?>> Builder for WebSocket routes.interfaceWebsocketRouteBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> Factory to create a WebSocket route builder.classWebsocketRouteHandler<R extends RequestContext<?>,W extends WebsocketContext<?>> Route handler that manages the upgrade from a HTTP request to a WebSocket connection, once the potential "before" filters have been ran.interfaceWebsocketRouteHandlerFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> Subinterfaces of WebsocketContext in org.spincast.core.websocketModifier and TypeInterfaceDescriptioninterfaceThe unparamaterized interface for the default WebSocket context.Classes in org.spincast.core.websocket that implement WebsocketContextModifier and TypeClassDescriptionclassThe default WebSocket context to pass to a WebSocket controller when an event arrives (a message is received from the peer, for example). -
Uses of WebsocketContext in org.spincast.defaults.bootstrapping
Methods in org.spincast.defaults.bootstrapping that return types with arguments of type WebsocketContextModifier and TypeMethodDescriptionprotected Class<? extends WebsocketContext<?>>SpincastBootstrapper.getWebsocketContextImplementationClass()Method parameters in org.spincast.defaults.bootstrapping with type arguments of type WebsocketContextModifier and TypeMethodDescriptionSpincastBootstrapper.websocketContextImplementationClass(Class<? extends WebsocketContext<?>> clazz) -
Uses of WebsocketContext in org.spincast.plugins.openapi.bottomup
Classes in org.spincast.plugins.openapi.bottomup with type parameters of type WebsocketContextModifier and TypeClassDescriptionclassSpincastOpenApiManagerDefault<R extends RequestContext<?>,W extends WebsocketContext<?>> -
Uses of WebsocketContext in org.spincast.plugins.routing
Classes in org.spincast.plugins.routing with type parameters of type WebsocketContextModifier and TypeClassDescriptionclassRedirectRuleBuilderDefault<R extends RequestContext<?>,W extends WebsocketContext<?>> Default implementation for the RedirectRuleBuilder interface.classRouteBuilderDefault<R extends RequestContext<?>,W extends WebsocketContext<?>> classSpincastRouter<R extends RequestContext<?>,W extends WebsocketContext<?>> Spincast routerclassSpincastRouterDeps<R extends RequestContext<?>,W extends WebsocketContext<?>> A wrapper object for the dependencies required by SpincastRouter.classSpincastWebsocketRoute<R extends RequestContext<?>,W extends WebsocketContext<?>> classStaticResourceBuilderDefault<R extends RequestContext<?>,W extends WebsocketContext<?>> classWebsocketRouteBuilderDefault<R extends RequestContext<?>,W extends WebsocketContext<?>> interfaceWebsocketRouteFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> -
Uses of WebsocketContext in org.spincast.quickstart.exchange
Subinterfaces of WebsocketContext in org.spincast.quickstart.exchangeModifier and TypeInterfaceDescriptioninterfaceCustom type which allows our application to extend the default Websocket Context.Classes in org.spincast.quickstart.exchange that implement WebsocketContextModifier and TypeClassDescriptionclassImplementation of our custom Websocket Context type. -
Uses of WebsocketContext in org.spincast.testing.core
Classes in org.spincast.testing.core with type parameters of type WebsocketContextModifier and TypeClassDescriptionclassAppBasedTestingBase<R extends RequestContext<?>,W extends WebsocketContext<?>> -
Uses of WebsocketContext in org.spincast.testing.defaults
Classes in org.spincast.testing.defaults with type parameters of type WebsocketContextModifier and TypeClassDescriptionclassAppBasedWebsocketTestingBase<R extends RequestContext<?>,W extends WebsocketContext<?>> Base class for WebSocket testing.classNoAppCustomContextTypesTestingBase<R extends RequestContext<?>,W extends WebsocketContext<?>> classNoAppStartHttpServerCustomContextTypesTestingBase<R extends RequestContext<?>,W extends WebsocketContext<?>> Base class for testing without an App but when an HTTP server is required.Methods in org.spincast.testing.defaults that return types with arguments of type WebsocketContextModifier and TypeMethodDescriptionprotected abstract Class<? extends WebsocketContext<?>>NoAppCustomContextTypesTestingBase.getWebsocketContextImplementationClass()protected abstract Class<? extends WebsocketContext<?>>NoAppStartHttpServerCustomContextTypesTestingBase.getWebsocketContextImplementationClass()protected Class<? extends WebsocketContext<?>>NoAppStartHttpServerTestingBase.getWebsocketContextImplementationClass()protected Class<? extends WebsocketContext<?>>NoAppTestingBase.getWebsocketContextImplementationClass()