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

Packages that use ChunkedResponse
org.glassfish.jersey.server Jersey server-side classes. 
 

Uses of ChunkedResponse in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server with parameters of type ChunkedResponse
 boolean Broadcaster.add(ChunkedResponse<T> chunkedResponse)
          Register ChunkedResponse to this Broadcaster instance.
 long ChunkedResponseWriter.getSize(ChunkedResponse<?> chunkedResponse, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
           
 void BroadcasterListener.onClose(ChunkedResponse<T> chunkedResponse)
          Called when the chunkedResponse has been closed (either by client closing the connection or by calling close() on the server side.
 void Broadcaster.onClose(ChunkedResponse<T> chunkedResponse)
          Called when the chunkedResponse has been closed (either by client closing the connection or by calling close() on the server side.
 void BroadcasterListener.onException(ChunkedResponse<T> chunkedResponse, Exception exception)
          Called when exception was thrown by a given chunked response when trying to write to it or close it.
 void Broadcaster.onException(ChunkedResponse<T> chunkedResponse, Exception exception)
          Called when exception was thrown by a given chunked response when trying to write to it or close it.
 boolean Broadcaster.remove(ChunkedResponse<T> chunkedResponse)
          Unregister ChunkedResponse from this Broadcaster instance.
 void ChunkedResponseWriter.writeTo(ChunkedResponse<?> chunkedResponse, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.