Uses of Interface
org.atmosphere.websocket.WebSocketProcessor
Packages that use WebSocketProcessor
Package
Description
-
Uses of WebSocketProcessor in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type WebSocketProcessorModifier and TypeMethodDescriptionvoidWebSocketProcessorServiceProcessor.handle(AtmosphereFramework framework, Class<WebSocketProcessor> annotatedClass) -
Uses of WebSocketProcessor in org.atmosphere.container
Methods in org.atmosphere.container with parameters of type WebSocketProcessorModifier and TypeMethodDescriptionstatic ActionTomcatWebSocketUtil.doService(AtmosphereRequest req, AtmosphereResponse res, TomcatWebSocketUtil.Delegate delegate, AtmosphereConfig config, WebSocketProcessor webSocketProcessor) static org.eclipse.jetty.websocket.WebSocketFactoryJettyWebSocketUtil.getFactory(AtmosphereConfig config, WebSocketProcessor webSocketProcessor) Constructors in org.atmosphere.container with parameters of type WebSocketProcessorModifierConstructorDescriptionJetty9WebSocketHandler(javax.servlet.http.HttpServletRequest request, AtmosphereFramework framework, WebSocketProcessor webSocketProcessor) JettyWebSocketHandler(AtmosphereRequest request, AtmosphereFramework framework, WebSocketProcessor webSocketProcessor) JSR356Endpoint(AtmosphereFramework framework, WebSocketProcessor webSocketProcessor) TomcatWebSocketHandler(AtmosphereRequest request, AtmosphereFramework framework, WebSocketProcessor webSocketProcessor) -
Uses of WebSocketProcessor in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return WebSocketProcessorModifier and TypeMethodDescriptionWebSocketProcessorFactory.getWebSocketProcessor(AtmosphereFramework framework) Return theWebSocketProcessor.Methods in org.atmosphere.cpr that return types with arguments of type WebSocketProcessor -
Uses of WebSocketProcessor in org.atmosphere.websocket
Classes in org.atmosphere.websocket that implement WebSocketProcessorModifier and TypeClassDescriptionclassLike theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket request to the properWebSocketimplementation.classSimple Adapter fprWebSocketProcessorMethods in org.atmosphere.websocket that return WebSocketProcessorModifier and TypeMethodDescriptionDefaultWebSocketProcessor.configure(AtmosphereConfig config) WebSocketProcessor.configure(AtmosphereConfig config) Configure, or post construct a WebSocketProcessorWebSocketProcessorAdapter.configure(AtmosphereConfig config) DefaultWebSocketProcessor.registerWebSocketHandler(String path, WebSocketProcessor.WebSocketHandlerProxy webSockethandler) WebSocketProcessor.registerWebSocketHandler(String path, WebSocketProcessor.WebSocketHandlerProxy webSockethandler) Register aWebSocketHandlerWebSocketProcessorAdapter.registerWebSocketHandler(String path, WebSocketProcessor.WebSocketHandlerProxy webSockethandler)