Uses of Class
org.atmosphere.cpr.AtmosphereInterceptorWriter
Packages that use AtmosphereInterceptorWriter
-
Uses of AtmosphereInterceptorWriter in org.atmosphere.container.version
Subclasses of AtmosphereInterceptorWriter in org.atmosphere.container.versionModifier and TypeClassDescriptionclassfinal classclassAdapts a JBossWebSocketto an AtmosphereWebSocket.classJetty 8 WebSocket support.classclassAsynchronous basedSessionwebsocketclassTomcat WebSocket Supportclass -
Uses of AtmosphereInterceptorWriter in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return AtmosphereInterceptorWriterModifier and TypeMethodDescriptionAtmosphereInterceptorWriter.interceptor(AsyncIOInterceptor filter) Add anAsyncIOInterceptorthat will be invoked in the order it was added.AtmosphereInterceptorWriter.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.websocketModifier and TypeClassDescriptionclassRepresent a portable WebSocket implementation which can be used to write message.