Uses of Interface
org.jboss.resteasy.spi.AsyncStreamingOutput
Packages that use AsyncStreamingOutput
-
Uses of AsyncStreamingOutput in org.jboss.resteasy.plugins.providers
Classes in org.jboss.resteasy.plugins.providers that implement interfaces with type arguments of type AsyncStreamingOutputMethods 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) 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)