Uses of Class
org.glassfish.jersey.server.ChunkedOutput

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
<OUT extends ChunkedOutput<T>>
boolean
Broadcaster.add(OUT chunkedOutput)
          Register ChunkedOutput to this Broadcaster instance.
<OUT extends ChunkedOutput<T>>
boolean
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)
           
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.