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) |