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 classJSR356WebSocketAsynchronous basedSessionwebsocket -
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.
-