Uses of Interface
jakarta.ws.rs.core.StreamingOutput
-
Packages that use StreamingOutput Package Description org.glassfish.jersey.message.internal Common Jersey internal messaging classes. -
-
Uses of StreamingOutput in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal with parameters of type StreamingOutput Modifier and Type Method Description longStreamingOutputProvider. getSize(StreamingOutput o, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)voidStreamingOutputProvider. writeTo(StreamingOutput o, Class<?> t, Type gt, Annotation[] as, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entity)
-