Uses of Interface
org.jboss.resteasy.spi.AsyncStreamingOutput
-
Packages that use AsyncStreamingOutput Package Description org.jboss.resteasy.plugins.providers -
-
Uses of AsyncStreamingOutput in org.jboss.resteasy.plugins.providers
Methods in org.jboss.resteasy.plugins.providers with parameters of type AsyncStreamingOutput Modifier and Type Method Description CompletionStage<Void>
AsyncStreamingOutputProvider. asyncWriteTo(AsyncStreamingOutput streamingOutput, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, AsyncOutputStream entityStream)
long
AsyncStreamingOutputProvider. getSize(AsyncStreamingOutput streamingOutput, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
void
AsyncStreamingOutputProvider. writeTo(AsyncStreamingOutput streamingOutput, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
-