|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChunkedOutput | |
|---|---|
| org.glassfish.jersey.server | Jersey server-side classes. |
| Uses of ChunkedOutput in org.glassfish.jersey.server |
|---|
| Methods in org.glassfish.jersey.server with type parameters of type ChunkedOutput | ||
|---|---|---|
|
Broadcaster.add(OUT chunkedOutput)
Register ChunkedOutput to this Broadcaster instance. |
|
|
Broadcaster.remove(OUT chunkedOutput)
Un-register ChunkedOutput from this Broadcaster instance. |
|
| Methods in org.glassfish.jersey.server with parameters of type ChunkedOutput | |
|---|---|
long |
ChunkedResponseWriter.getSize(ChunkedOutput<?> chunkedOutput,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
|
void |
BroadcasterListener.onClose(ChunkedOutput<T> chunkedOutput)
Called when the chunkedOutput has been closed (either by client closing the connection or by calling close() on the server side. |
void |
Broadcaster.onClose(ChunkedOutput<T> chunkedOutput)
Called when the chunkedOutput has been closed (either by client closing the connection or by calling close() on the server side. |
void |
BroadcasterListener.onException(ChunkedOutput<T> chunkedOutput,
Exception exception)
Called when exception was thrown by a given chunked response when trying to write to it or close it. |
void |
Broadcaster.onException(ChunkedOutput<T> chunkedOutput,
Exception exception)
Called when exception was thrown by a given chunked response when trying to write to it or close it. |
void |
ChunkedResponseWriter.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||