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 parameters of type ChunkedOutput
 boolean Broadcaster.add(ChunkedOutput<T> chunkedOutput)
          Register ChunkedOutput to this Broadcaster instance.
 long ChunkedResponseWriter.getSize(ChunkedOutput<?> chunkedOutput, Class<?> type, Type genericType, Annotation[] annotations, 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.
 boolean Broadcaster.remove(ChunkedOutput<T> chunkedOutput)
          Un-register ChunkedOutput from this Broadcaster instance.
 void ChunkedResponseWriter.writeTo(ChunkedOutput<?> chunkedOutput, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 



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