Uses of Interface
retrofit.mime.TypedInput

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

Uses of TypedInput in retrofit.client
 

Methods in retrofit.client that return TypedInput
 TypedInput Response.getBody()
          Response body.
 

Constructors in retrofit.client with parameters of type TypedInput
Response(int status, String reason, List<Header> headers, TypedInput body)
           
 

Uses of TypedInput in retrofit.converter
 

Methods in retrofit.converter with parameters of type TypedInput
 Object GsonConverter.fromBody(TypedInput body, Type type)
           
 Object Converter.fromBody(TypedInput body, Type type)
          Convert an HTTP response body to a concrete object of the specified type.
 

Uses of TypedInput in retrofit.mime
 

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



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