org.glassfish.jersey.server
Class ChunkedResponseWriter
java.lang.Object
org.glassfish.jersey.server.ChunkedResponseWriter
- All Implemented Interfaces:
- javax.ws.rs.ext.MessageBodyWriter<ChunkedOutput<?>>
public class ChunkedResponseWriter
- extends Object
- implements javax.ws.rs.ext.MessageBodyWriter<ChunkedOutput<?>>
Used for writing ChunkedOutput.
- Author:
- Pavel Bucek (pavel.bucek at oracle.com)
- See Also:
MessageBodyWriter
|
Method Summary |
long |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChunkedResponseWriter
public ChunkedResponseWriter()
isWriteable
public boolean isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
- Specified by:
isWriteable in interface javax.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 interface javax.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 interface javax.ws.rs.ext.MessageBodyWriter<ChunkedOutput<?>>
- Throws:
IOException
javax.ws.rs.WebApplicationException
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.