@Provider @Produces(value="text/csv") public class ScrollChunkWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<ScrollResult.ScrollChunk>
Modifier and Type | Field and Description |
---|---|
static javax.ws.rs.core.MediaType |
TEXT_CSV |
Constructor and Description |
---|
ScrollChunkWriter() |
Modifier and Type | Method and Description |
---|---|
long |
getSize(ScrollResult.ScrollChunk scrollChunk,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
writeTo(ScrollResult.ScrollChunk scrollChunk,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable
in interface javax.ws.rs.ext.MessageBodyWriter<ScrollResult.ScrollChunk>
public long getSize(ScrollResult.ScrollChunk scrollChunk, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize
in interface javax.ws.rs.ext.MessageBodyWriter<ScrollResult.ScrollChunk>
public void writeTo(ScrollResult.ScrollChunk scrollChunk, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException
writeTo
in interface javax.ws.rs.ext.MessageBodyWriter<ScrollResult.ScrollChunk>
IOException
javax.ws.rs.WebApplicationException
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.