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