Uses of Class
org.glassfish.jersey.client.ChunkedInput

Packages that use ChunkedInput
org.glassfish.jersey.client Jersey client-side classes. 
 

Uses of ChunkedInput in org.glassfish.jersey.client
 

Methods in org.glassfish.jersey.client that return ChunkedInput
 ChunkedInput ChunkedInputReader.readFrom(java.lang.Class<ChunkedInput> chunkedInputClass, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> headers, java.io.InputStream inputStream)
           
 

Method parameters in org.glassfish.jersey.client with type arguments of type ChunkedInput
 ChunkedInput ChunkedInputReader.readFrom(java.lang.Class<ChunkedInput> chunkedInputClass, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> headers, java.io.InputStream inputStream)
           
 



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