Uses of Interface
org.jboss.resteasy.spi.AsyncStreamingOutput
Packages that use AsyncStreamingOutput
- 
Uses of AsyncStreamingOutput in org.jboss.resteasy.plugins.providers
Methods in org.jboss.resteasy.plugins.providers with parameters of type AsyncStreamingOutputModifier 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) longAsyncStreamingOutputProvider.getSize(AsyncStreamingOutput streamingOutput, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) voidAsyncStreamingOutputProvider.writeTo(AsyncStreamingOutput streamingOutput, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)