Uses of Interface
retrofit.mime.TypedOutput

Packages that use TypedOutput
retrofit.client   
retrofit.converter   
retrofit.mime   
 

Uses of TypedOutput in retrofit.client
 

Methods in retrofit.client that return TypedOutput
 TypedOutput Request.getBody()
          Returns the request body or null.
 

Constructors in retrofit.client with parameters of type TypedOutput
Request(String method, String url, List<Header> headers, TypedOutput body)
           
 

Uses of TypedOutput in retrofit.converter
 

Methods in retrofit.converter that return TypedOutput
 TypedOutput GsonConverter.toBody(Object object)
           
 TypedOutput Converter.toBody(Object object)
          Convert and object to an appropriate representation for HTTP transport.
 

Uses of TypedOutput in retrofit.mime
 

Classes in retrofit.mime that implement TypedOutput
 class FormUrlEncodedTypedOutput
           
 class MultipartTypedOutput
           
 class TypedByteArray
          Byte array and its mime type.
 class TypedFile
          File and its mime type.
 class TypedString
           
 

Methods in retrofit.mime with parameters of type TypedOutput
 void MultipartTypedOutput.addPart(String name, TypedOutput body)
           
 



Copyright © 2013 Square, Inc.. All Rights Reserved.