Uses of Interface
org.atmosphere.cpr.KeepOpenStreamAware
-
Packages that use KeepOpenStreamAware Package Description org.atmosphere.container.version org.atmosphere.websocket -
-
Uses of KeepOpenStreamAware in org.atmosphere.container.version
Classes in org.atmosphere.container.version that implement KeepOpenStreamAware Modifier and Type Class Description classGrizzly2WebSocketclassGrizzlyWebSocketclassJBossWebSocketAdapts a JBossWebSocketto an AtmosphereWebSocket.classJetty8WebSocketJetty 8 WebSocket support.classJetty9WebSocketclassJSR356WebSocketAsynchronous basedSessionwebsocketclassTomcatWebSocketTomcat WebSocket SupportclassWebLogicWebSocket -
Uses of KeepOpenStreamAware in org.atmosphere.websocket
Classes in org.atmosphere.websocket that implement KeepOpenStreamAware Modifier and Type Class Description classWebSocketRepresent a portable WebSocket implementation which can be used to write message.
-