Uses of Interface
org.atmosphere.websocket.WebSocketProtocol
Packages that use WebSocketProtocol
Package
Description
-
Uses of WebSocketProtocol in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type WebSocketProtocolModifier and TypeMethodDescriptionvoidWebSocketProtocolServiceProcessor.handle(AtmosphereFramework framework, Class<WebSocketProtocol> annotatedClass) -
Uses of WebSocketProtocol in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as WebSocketProtocolModifier and TypeFieldDescriptionprotected WebSocketProtocolAtmosphereFramework.webSocketProtocolMethods in org.atmosphere.cpr that return WebSocketProtocol -
Uses of WebSocketProtocol in org.atmosphere.websocket
Subinterfaces of WebSocketProtocol in org.atmosphere.websocketModifier and TypeInterfaceDescriptioninterfaceA streaming API for WebServer that support WebSocket streaming. -
Uses of WebSocketProtocol in org.atmosphere.websocket.protocol
Classes in org.atmosphere.websocket.protocol that implement WebSocketProtocolModifier and TypeClassDescriptionclassSimpleWebSocketProcessorthat invoke theBroadcaster.broadcast(java.lang.Object)API when a WebSocket message is received.classLike theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket messages to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest.classLike theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket stream to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest.