Uses of Class
org.jboss.resteasy.spi.AsyncOutputStream
-
Packages that use AsyncOutputStream Package Description org.jboss.resteasy.spi -
-
Uses of AsyncOutputStream in org.jboss.resteasy.spi
Subclasses of AsyncOutputStream in org.jboss.resteasy.spi Modifier and Type Class Description classBlockingAsyncOutputStreamMethods in org.jboss.resteasy.spi that return AsyncOutputStream Modifier and Type Method Description AsyncOutputStreamAsyncWriterInterceptorContext. getAsyncOutputStream()Get the async output stream for the object to be written.default AsyncOutputStreamHttpResponse. getAsyncOutputStream()Methods in org.jboss.resteasy.spi with parameters of type AsyncOutputStream Modifier and Type Method Description CompletionStage<Void>AsyncStreamingOutput. asyncWrite(AsyncOutputStream output)Called to write the message body.CompletionStage<Void>AsyncMessageBodyWriter. asyncWriteTo(T t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, AsyncOutputStream entityStream)Write a type to an HTTP message using async IO.voidAsyncWriterInterceptorContext. setAsyncOutputStream(AsyncOutputStream os)Set a new async output stream for the object to be written.Constructors in org.jboss.resteasy.spi with parameters of type AsyncOutputStream Constructor Description AsyncOutputWriter(AsyncOutputStream asyncOutputStream)Creates a new async writer using the default charset.AsyncOutputWriter(AsyncOutputStream asyncOutputStream, Charset charset)Creates a new async writer using the specified charset.
-