Uses of Interface
org.spincast.core.exchange.DefaultRequestContext
Packages that use DefaultRequestContext
Package
Description
-
Uses of DefaultRequestContext in org.spincast.core.exchange
Classes in org.spincast.core.exchange that implement DefaultRequestContextModifier and TypeClassDescriptionclass
The default implementation of the request context.Constructor parameters in org.spincast.core.exchange with type arguments of type DefaultRequestContextModifierConstructorDescriptionDefaultRequestContextDefault
(Object exchange, RequestContextBaseDeps<DefaultRequestContext> requestContextBaseDeps) -
Uses of DefaultRequestContext in org.spincast.demos.better
Methods in org.spincast.demos.better with parameters of type DefaultRequestContext -
Uses of DefaultRequestContext in org.spincast.demos.sum
Methods in org.spincast.demos.sum with parameters of type DefaultRequestContextModifier and TypeMethodDescriptionvoid
AppController.sumRoute
(DefaultRequestContext context) Sum Route Handlervoid
AppControllerDefault.sumRoute
(DefaultRequestContext context) Sum Route Handler -
Uses of DefaultRequestContext in org.spincast.plugins.routing
Methods in org.spincast.plugins.routing with parameters of type DefaultRequestContextConstructor parameters in org.spincast.plugins.routing with type arguments of type DefaultRequestContextModifierConstructorDescriptionDefaultRouterDefault
(SpincastRouterDeps<DefaultRequestContext, DefaultWebsocketContext> spincastRouterDeps) -
Uses of DefaultRequestContext in org.spincast.testing.core.utils
Fields in org.spincast.testing.core.utils with type parameters of type DefaultRequestContextModifier and TypeFieldDescriptionstatic final Handler<DefaultRequestContext>
SpincastTestingUtils.dummyRouteHandler