Uses of Interface
org.atmosphere.cpr.AsyncIOWriter
-
Packages that use AsyncIOWriter Package Description org.atmosphere.container.version org.atmosphere.cpr org.atmosphere.util org.atmosphere.websocket -
-
Uses of AsyncIOWriter in org.atmosphere.container.version
Classes in org.atmosphere.container.version that implement AsyncIOWriter Modifier and Type Class Description classJSR356WebSocketAsynchronous basedSessionwebsocket -
Uses of AsyncIOWriter in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AsyncIOWriter Modifier and Type Class Description classAsyncIOWriterAdapterAdapter class forAsyncIOWriter.classAtmosphereInterceptorWriterAnAsyncIOWriterthat delegates the write operation to itsAsyncIOInterceptor.Methods in org.atmosphere.cpr that return AsyncIOWriter Modifier and Type Method Description AsyncIOWriterAsyncIOWriter. flush(AtmosphereResponse r)Flush the buffered content.AsyncIOWriterAsyncIOWriterAdapter. flush(AtmosphereResponse r)AsyncIOWriterAtmosphereInterceptorWriter. flush(AtmosphereResponse response)AsyncIOWriterAtmosphereResponse. getAsyncIOWriter()Return the underlyingAsyncIOWriter.AsyncIOWriterAtmosphereResponseImpl. getAsyncIOWriter()AsyncIOWriterAsyncIOWriter. redirect(AtmosphereResponse r, java.lang.String location)Redirect a WebSocket request to another location.AsyncIOWriterAsyncIOWriterAdapter. redirect(AtmosphereResponse r, java.lang.String location)AsyncIOWriterAtmosphereInterceptorWriter. redirect(AtmosphereResponse response, java.lang.String location)AsyncIOWriterAsyncIOWriter. write(AtmosphereResponse r, byte[] data)Write a WebSocket message.AsyncIOWriterAsyncIOWriter. write(AtmosphereResponse r, byte[] data, int offset, int length)Write a WebSocket message.AsyncIOWriterAsyncIOWriter. write(AtmosphereResponse r, java.lang.String data)Write a WebSocket message.AsyncIOWriterAsyncIOWriterAdapter. write(AtmosphereResponse r, byte[] data)AsyncIOWriterAsyncIOWriterAdapter. write(AtmosphereResponse r, byte[] data, int offset, int length)AsyncIOWriterAsyncIOWriterAdapter. write(AtmosphereResponse r, java.lang.String data)AsyncIOWriterAtmosphereInterceptorWriter. write(AtmosphereResponse response, byte[] data)AsyncIOWriterAtmosphereInterceptorWriter. write(AtmosphereResponse response, byte[] data, int offset, int length)AsyncIOWriterAtmosphereInterceptorWriter. write(AtmosphereResponse response, java.lang.String data)AsyncIOWriterAsyncIOWriter. writeError(AtmosphereResponse r, int errorCode, java.lang.String message)Write an error code.AsyncIOWriterAsyncIOWriterAdapter. writeError(AtmosphereResponse r, int errorCode, java.lang.String message)AsyncIOWriterAtmosphereInterceptorWriter. writeError(AtmosphereResponse response, int errorCode, java.lang.String message)Methods in org.atmosphere.cpr with parameters of type AsyncIOWriter Modifier and Type Method Description AtmosphereResponseAtmosphereResponse. asyncIOWriter(AsyncIOWriter asyncIOWriter)Set an implementation ofAsyncIOWriterthat will be invoked every time a write operation is ready to be processed.AtmosphereResponse.BuilderAtmosphereResponse.Builder. asyncIOWriter(AsyncIOWriter asyncIOWriter)AtmosphereResponseAtmosphereResponseImpl. asyncIOWriter(AsyncIOWriter asyncIOWriter)AtmosphereResponseImpl.BuilderAtmosphereResponseImpl.Builder. asyncIOWriter(AsyncIOWriter asyncIOWriter)Constructors in org.atmosphere.cpr with parameters of type AsyncIOWriter Constructor Description AtmosphereResponseImpl(jakarta.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 AsyncIOWriter Modifier and Type Class Description classByteArrayAsyncWriterAnAsyncIOWriterbacked by anByteArrayOutputStreamMethods in org.atmosphere.util that return AsyncIOWriter Modifier and Type Method Description AsyncIOWriterByteArrayAsyncWriter. write(AtmosphereResponse r, byte[] data)AsyncIOWriterByteArrayAsyncWriter. write(AtmosphereResponse r, byte[] data, int offset, int length)AsyncIOWriterByteArrayAsyncWriter. write(AtmosphereResponse r, java.lang.String data) -
Uses of AsyncIOWriter in org.atmosphere.websocket
Classes in org.atmosphere.websocket that implement AsyncIOWriter Modifier and Type Class Description classWebSocketRepresent a portable WebSocket implementation which can be used to write message.
-