Uses of Interface
org.atmosphere.cpr.AsyncIOWriter
Packages that use AsyncIOWriter
Package
Description
-
Uses of AsyncIOWriter in org.atmosphere.container.version
Classes in org.atmosphere.container.version that implement AsyncIOWriterModifier and TypeClassDescriptionclassfinal classclassAdapts a JBossWebSocketto an AtmosphereWebSocket.classJetty 8 WebSocket support.classclassAsynchronous basedSessionwebsocketclassTomcat WebSocket Supportclass -
Uses of AsyncIOWriter in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AsyncIOWriterModifier and TypeClassDescriptionclassAdapter class forAsyncIOWriter.classAnAsyncIOWriterthat delegates the write operation to itsAsyncIOInterceptor.Methods in org.atmosphere.cpr that return AsyncIOWriterModifier and TypeMethodDescriptionAsyncIOWriter.flush(AtmosphereResponse r) Flush the buffered content.AsyncIOWriterAdapter.flush(AtmosphereResponse r) AtmosphereInterceptorWriter.flush(AtmosphereResponse response) AtmosphereResponse.getAsyncIOWriter()Return the underlyingAsyncIOWriter.AtmosphereResponseImpl.getAsyncIOWriter()AsyncIOWriter.redirect(AtmosphereResponse r, String location) Redirect a WebSocket request to another location.AsyncIOWriterAdapter.redirect(AtmosphereResponse r, String location) AtmosphereInterceptorWriter.redirect(AtmosphereResponse response, String location) AsyncIOWriter.write(AtmosphereResponse r, byte[] data) Write a WebSocket message.AsyncIOWriter.write(AtmosphereResponse r, byte[] data, int offset, int length) Write a WebSocket message.AsyncIOWriter.write(AtmosphereResponse r, String data) Write a WebSocket message.AsyncIOWriterAdapter.write(AtmosphereResponse r, byte[] data) AsyncIOWriterAdapter.write(AtmosphereResponse r, byte[] data, int offset, int length) AsyncIOWriterAdapter.write(AtmosphereResponse r, String data) AtmosphereInterceptorWriter.write(AtmosphereResponse response, byte[] data) AtmosphereInterceptorWriter.write(AtmosphereResponse response, byte[] data, int offset, int length) AtmosphereInterceptorWriter.write(AtmosphereResponse response, String data) AsyncIOWriter.writeError(AtmosphereResponse r, int errorCode, String message) Write an error code.AsyncIOWriterAdapter.writeError(AtmosphereResponse r, int errorCode, String message) AtmosphereInterceptorWriter.writeError(AtmosphereResponse response, int errorCode, String message) Methods in org.atmosphere.cpr with parameters of type AsyncIOWriterModifier and TypeMethodDescriptionAtmosphereResponse.asyncIOWriter(AsyncIOWriter asyncIOWriter) Set an implementation ofAsyncIOWriterthat will be invoked every time a write operation is ready to be processed.AtmosphereResponse.Builder.asyncIOWriter(AsyncIOWriter asyncIOWriter) AtmosphereResponseImpl.asyncIOWriter(AsyncIOWriter asyncIOWriter) AtmosphereResponseImpl.Builder.asyncIOWriter(AsyncIOWriter asyncIOWriter) Constructors in org.atmosphere.cpr with parameters of type AsyncIOWriterModifierConstructorDescriptionAtmosphereResponseImpl(javax.servlet.http.HttpServletResponse r, AsyncIOWriter asyncIOWriter, AtmosphereRequest atmosphereRequest, boolean destroyable) AtmosphereResponseImpl(AsyncIOWriter asyncIOWriter, AtmosphereRequest atmosphereRequest, boolean destroyable) -
Uses of AsyncIOWriter in org.atmosphere.util
Classes in org.atmosphere.util that implement AsyncIOWriterMethods in org.atmosphere.util that return AsyncIOWriterModifier and TypeMethodDescriptionByteArrayAsyncWriter.write(AtmosphereResponse r, byte[] data) ByteArrayAsyncWriter.write(AtmosphereResponse r, byte[] data, int offset, int length) ByteArrayAsyncWriter.write(AtmosphereResponse r, String data) -
Uses of AsyncIOWriter in org.atmosphere.websocket
Classes in org.atmosphere.websocket that implement AsyncIOWriterModifier and TypeClassDescriptionclassRepresent a portable WebSocket implementation which can be used to write message.