Uses of Interface
org.spincast.core.websocket.DefaultWebsocketContext
Packages that use DefaultWebsocketContext
Package
Description
-
Uses of DefaultWebsocketContext in org.spincast.core.websocket
Classes in org.spincast.core.websocket that implement DefaultWebsocketContextModifier and TypeClassDescriptionclass
The default WebSocket context to pass to a WebSocket controller when an event arrives (a message is received from the peer, for example).Constructor parameters in org.spincast.core.websocket with type arguments of type DefaultWebsocketContextModifierConstructorDescriptionDefaultWebsocketContextDefault
(String endpointId, String peerId, WebsocketPeerManager websocketWriter, WebsocketContextBaseDeps<DefaultWebsocketContext> deps) -
Uses of DefaultWebsocketContext in org.spincast.demos.supercalifragilisticexpialidocious
Method parameters in org.spincast.demos.supercalifragilisticexpialidocious with type arguments of type DefaultWebsocketContextModifier and TypeMethodDescriptionprotected void
AppController.init
(Router<AppRequestContext, DefaultWebsocketContext> router) Init method : we inject the Router and add some Routes to it. -
Uses of DefaultWebsocketContext in org.spincast.plugins.routing
Constructor parameters in org.spincast.plugins.routing with type arguments of type DefaultWebsocketContextModifierConstructorDescriptionDefaultRouterDefault
(SpincastRouterDeps<DefaultRequestContext, DefaultWebsocketContext> spincastRouterDeps) -
Uses of DefaultWebsocketContext in org.spincast.website.controllers
Methods in org.spincast.website.controllers with parameters of type DefaultWebsocketContextModifier and TypeMethodDescriptionvoid
WebsocketsDemoEchoAllController.onPeerClosed
(DefaultWebsocketContext context) void
WebsocketsDemoEchoAllController.onPeerConnected
(DefaultWebsocketContext context) void
WebsocketsDemoEchoAllController.onPeerMessage
(DefaultWebsocketContext context, byte[] message) void
WebsocketsDemoEchoAllController.onPeerMessage
(DefaultWebsocketContext context, String message) -
Uses of DefaultWebsocketContext in org.spincast.website.exchange
Constructor parameters in org.spincast.website.exchange with type arguments of type DefaultWebsocketContextModifierConstructorDescriptionAppRouterDefault
(SpincastRouterDeps<AppRequestContext, DefaultWebsocketContext> spincastRouterDeps)