Package org.glassfish.jersey.server
Class ChunkedResponseWriter
java.lang.Object
org.glassfish.jersey.server.ChunkedResponseWriter
- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<ChunkedOutput<?>>
public final class ChunkedResponseWriter
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<ChunkedOutput<?>>
Used for writing
ChunkedOutput
.- See Also:
-
MessageBodyWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getSize
(ChunkedOutput<?> chunkedOutput, 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
(ChunkedOutput<?> chunkedOutput, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)
-
Constructor Details
-
ChunkedResponseWriter
public ChunkedResponseWriter()
-
-
Method Details
-
isWriteable
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
isWriteable
in interfacejavax.ws.rs.ext.MessageBodyWriter<ChunkedOutput<?>>
-
getSize
public long getSize(ChunkedOutput<?> chunkedOutput, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
getSize
in interfacejavax.ws.rs.ext.MessageBodyWriter<ChunkedOutput<?>>
-
writeTo
public void writeTo(ChunkedOutput<?> chunkedOutput, 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- Specified by:
writeTo
in interfacejavax.ws.rs.ext.MessageBodyWriter<ChunkedOutput<?>>
- Throws:
IOException
javax.ws.rs.WebApplicationException
-