Uses of Interface
org.jboss.resteasy.spi.AsyncStreamingOutput
-
Uses of AsyncStreamingOutput 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) long
AsyncStreamingOutputProvider.getSize
(AsyncStreamingOutput streamingOutput, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) void
AsyncStreamingOutputProvider.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)