Uses of Interface
javax.ws.rs.core.StreamingOutput

Packages that use StreamingOutput
org.jboss.resteasy.plugins.providers   
 

Uses of StreamingOutput in org.jboss.resteasy.plugins.providers
 

Methods in org.jboss.resteasy.plugins.providers with parameters of type StreamingOutput
 long StreamingOutputProvider.getSize(StreamingOutput streamingOutput, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType)
           
 void StreamingOutputProvider.writeTo(StreamingOutput streamingOutput, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 



Copyright © 2009. All Rights Reserved.