Uses of Class
org.atmosphere.cpr.AtmosphereInterceptorWriter
-
Packages that use AtmosphereInterceptorWriter Package Description org.atmosphere.container.version org.atmosphere.cpr org.atmosphere.websocket -
-
Uses of AtmosphereInterceptorWriter in org.atmosphere.container.version
Subclasses of AtmosphereInterceptorWriter in org.atmosphere.container.version Modifier and Type Class Description classGrizzly2WebSocketclassGrizzlyWebSocketclassJBossWebSocketAdapts a JBossWebSocketto an AtmosphereWebSocket.classJetty8WebSocketJetty 8 WebSocket support.classJetty9WebSocketclassJSR356WebSocketAsynchronous basedSessionwebsocketclassTomcatWebSocketTomcat WebSocket SupportclassWebLogicWebSocket -
Uses of AtmosphereInterceptorWriter in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return AtmosphereInterceptorWriter Modifier and Type Method Description AtmosphereInterceptorWriterAtmosphereInterceptorWriter. interceptor(AsyncIOInterceptor filter)Add anAsyncIOInterceptorthat will be invoked in the order it was added.AtmosphereInterceptorWriterAtmosphereInterceptorWriter. interceptor(AsyncIOInterceptor filter, int index)Add anAsyncIOInterceptorthat will be invoked at the specified index position. -
Uses of AtmosphereInterceptorWriter in org.atmosphere.websocket
Subclasses of AtmosphereInterceptorWriter in org.atmosphere.websocket Modifier and Type Class Description classWebSocketRepresent a portable WebSocket implementation which can be used to write message.
-