Uses of Class
org.jboss.resteasy.spi.AsyncOutputStream
Package
Description
-
Uses of AsyncOutputStream in org.jboss.resteasy.core.interception.jaxrs
Modifier and TypeMethodDescriptionvoid
AbstractWriterInterceptorContext.setAsyncOutputStream
(AsyncOutputStream asyncOutputStream) -
Uses of AsyncOutputStream in org.jboss.resteasy.core.messagebody
Modifier and TypeMethodDescriptiondefault CompletionStage
<Void> AsyncBufferedMessageBodyWriter.asyncWriteTo
(T t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) -
Uses of AsyncOutputStream in org.jboss.resteasy.plugins.interceptors
ModifierConstructorDescriptionprotected
CommittedGZIPOutputStream
(AsyncOutputStream delegate, CommitHeaderOutputStream.CommitCallback headers) -
Uses of AsyncOutputStream in org.jboss.resteasy.plugins.providers
Modifier and TypeMethodDescriptionAsyncStreamingOutputProvider.asyncWriteTo
(AsyncStreamingOutput streamingOutput, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) ByteArrayProvider.asyncWriteTo
(byte[] bytes, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) DataSourceProvider.asyncWriteTo
(jakarta.activation.DataSource dataSource, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) DefaultBooleanWriter.asyncWriteTo
(Boolean t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) DefaultNumberWriter.asyncWriteTo
(Number n, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) DefaultTextPlain.asyncWriteTo
(Object o, Class type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap httpHeaders, AsyncOutputStream entityStream) FileProvider.asyncWriteTo
(File uploadFile, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) FileRangeWriter.asyncWriteTo
(FileRange fileRange, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) FormUrlEncodedProvider.asyncWriteTo
(jakarta.ws.rs.core.MultivaluedMap data, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) IIOImageProvider.asyncWriteTo
(IIOImage t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) InputStreamProvider.asyncWriteTo
(InputStream inputStream, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) JaxrsFormProvider.asyncWriteTo
(jakarta.ws.rs.core.Form form, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) StringTextStar.asyncWriteTo
(String o, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) protected CompletionStage
<Void> FileProvider.writeIt
(File uploadFile, AsyncOutputStream entityStream) static CompletionStage
<Void> ProviderHelper.writeTo
(InputStream in, AsyncOutputStream out) static CompletionStage
<Void> ProviderHelper.writeToAndCloseInput
(InputStream in, AsyncOutputStream out) -
Uses of AsyncOutputStream in org.jboss.resteasy.plugins.providers.jaxb
Modifier and TypeMethodDescriptionJAXBElementProvider.asyncWriteTo
(jakarta.xml.bind.JAXBElement<?> t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream outputStream) -
Uses of AsyncOutputStream in org.jboss.resteasy.plugins.providers.jsonb
Modifier and TypeMethodDescriptionJsonBindingProvider.asyncWriteTo
(Object t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) -
Uses of AsyncOutputStream in org.jboss.resteasy.plugins.providers.multipart
Modifier and TypeMethodDescriptionprotected CompletionStage
<Void> AbstractMultipartWriter.asyncWrite
(MultipartOutput multipartOutput, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) Deprecated.protected CompletionStage
<Void> AbstractMultipartWriter.asyncWrite
(MultipartOutput multipartOutput, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream, Annotation[] annotations) protected CompletionStage
<Void> AbstractMultipartWriter.asyncWritePart
(AsyncOutputStream entityStream, byte[] boundaryBytes, OutputPart part, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers) protected CompletionStage
<Void> AbstractMultipartWriter.asyncWritePart
(AsyncOutputStream entityStream, byte[] boundaryBytes, OutputPart part, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, Annotation[] annotations) protected CompletionStage
<Void> AbstractMultipartFormDataWriter.asyncWriteParts
(MultipartOutput multipartOutput, AsyncOutputStream entityStream, byte[] boundaryBytes, Annotation[] annotations) protected CompletionStage
<Void> AbstractMultipartWriter.asyncWriteParts
(MultipartOutput multipartOutput, AsyncOutputStream entityStream, byte[] boundaryBytes) protected CompletionStage
<Void> AbstractMultipartWriter.asyncWriteParts
(MultipartOutput multipartOutput, AsyncOutputStream entityStream, byte[] boundaryBytes, Annotation[] annotations) protected CompletionStage
<Void> AbstractMultipartRelatedWriter.asyncWriteRelated
(MultipartRelatedOutput multipartRelatedOutput, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream, Annotation[] annotations) ListMultipartWriter.asyncWriteTo
(List<Object> list, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) MapMultipartFormDataWriter.asyncWriteTo
(Map<String, Object> map, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) MimeMultipartProvider.asyncWriteTo
(jakarta.mail.internet.MimeMultipart mimeMultipart, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) MultipartEntityPartWriter.asyncWriteTo
(List<jakarta.ws.rs.core.EntityPart> entityParts, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) MultipartFormAnnotationWriter.asyncWriteTo
(Object obj, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) MultipartFormDataWriter.asyncWriteTo
(MultipartFormDataOutput multipartFormDataOutput, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) MultipartRelatedWriter.asyncWriteTo
(MultipartRelatedOutput multipartRelatedOutput, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) MultipartWriter.asyncWriteTo
(MultipartOutput multipartOutput, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) XopWithMultipartRelatedWriter.asyncWriteTo
(Object t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) ModifierConstructorDescriptionHeaderFlushedAsyncOutputStream
(jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, AsyncOutputStream delegate) -
Uses of AsyncOutputStream in org.jboss.resteasy.plugins.providers.sse
Modifier and TypeMethodDescriptionSseEventProvider.asyncWriteTo
(jakarta.ws.rs.sse.OutboundSseEvent event, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) -
Uses of AsyncOutputStream in org.jboss.resteasy.plugins.server.netty
Modifier and TypeClassDescriptionclass
Class to help application that are built to write to an OutputStream to chunk the content -
Uses of AsyncOutputStream in org.jboss.resteasy.plugins.server.servlet
Modifier and TypeClassDescriptionprotected class
RESTEASY-684 wants to defer access to outputstream until a write happens -
Uses of AsyncOutputStream in org.jboss.resteasy.plugins.server.vertx
Modifier and TypeClassDescriptionclass
Class to help application that are built to write to an OutputStream to chunk the content -
Uses of AsyncOutputStream in org.jboss.resteasy.security.smime
Modifier and TypeMethodDescriptionEnvelopedWriter.asyncWriteTo
(EnvelopedOutput out, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) PKCS7SignatureTextWriter.asyncWriteTo
(SignedOutput out, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) PKCS7SignatureWriter.asyncWriteTo
(SignedOutput out, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, AsyncOutputStream entityStream) -
Uses of AsyncOutputStream in org.jboss.resteasy.spi
Modifier and TypeMethodDescriptionAsyncWriterInterceptorContext.getAsyncOutputStream()
Get the async output stream for the object to be written.default AsyncOutputStream
HttpResponse.getAsyncOutputStream()
Modifier and TypeMethodDescriptionAsyncStreamingOutput.asyncWrite
(AsyncOutputStream output) Called to write the message body.AsyncMessageBodyWriter.asyncWriteTo
(T t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) Write a type to an HTTP message using async IO.void
AsyncWriterInterceptorContext.setAsyncOutputStream
(AsyncOutputStream os) Set a new async output stream for the object to be written.ModifierConstructorDescriptionAsyncOutputWriter
(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. -
Uses of AsyncOutputStream in org.jboss.resteasy.util
Modifier and TypeFieldDescriptionprotected AsyncOutputStream
CommitHeaderAsyncOutputStream.delegate
Modifier and TypeMethodDescriptionvoid
CommitHeaderAsyncOutputStream.setDelegate
(AsyncOutputStream delegate) ModifierConstructorDescriptionCommitHeaderAsyncOutputStream
(AsyncOutputStream delegate, CommitHeaderOutputStream.CommitCallback headers)
AbstractMultipartWriter.asyncWrite(MultipartOutput, MediaType, MultivaluedMap, AsyncOutputStream, Annotation[])