Uses of Class
org.atmosphere.cpr.AtmosphereInterceptorWriter

Packages that use AtmosphereInterceptorWriter
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
 class Grizzly2WebSocket
           
 class GrizzlyWebSocket
           
 class JBossWebSocket
          Adapts a JBoss WebSocket to an Atmosphere WebSocket.
 class Jetty8WebSocket
          Jetty 8 WebSocket support.
 class Jetty9WebSocket
           
 class JSR356WebSocket
          TODO: Add async support, Add binary support for text.
 class TomcatWebSocket
          Tomcat WebSocket Support
 

Uses of AtmosphereInterceptorWriter in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return AtmosphereInterceptorWriter
 AtmosphereInterceptorWriter AtmosphereInterceptorWriter.interceptor(AsyncIOInterceptor filter)
          Add an AsyncIOInterceptor that will be invoked in the order it was added.
 

Uses of AtmosphereInterceptorWriter in org.atmosphere.websocket
 

Subclasses of AtmosphereInterceptorWriter in org.atmosphere.websocket
 class WebSocket
          Represent a portable WebSocket implementation which can be used to write message.
 



Copyright © 2014. All Rights Reserved.