Uses of Interface
com.atlassian.bamboo.plugins.rest.common.StreamingResponse
-
Packages that use StreamingResponse Package Description com.atlassian.bamboo.plugins.rest.common -
-
Uses of StreamingResponse in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type StreamingResponse Modifier and Type Method Description long
StreamingResponseProvider. getSize(StreamingResponse streamingResponse, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
void
StreamingResponseProvider. writeTo(StreamingResponse response, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
-