Skip navigation links
A C E G H I N R S T 

A

arrayOf(Type) - Static method in class retrofit.http.Types
Returns an array type whose elements are all instances of componentType.
authorize(Object, Collection<String>) - Method in interface retrofit.http.Retrofit.RequestAuthenticator
 

C

call(T) - Method in interface retrofit.http.Retrofit.Bindable
 
canonicalize(Type) - Static method in class retrofit.http.Types
Returns a type that is functionally equal but not necessarily equal according to Object.equals().
checkArgument(boolean) - Static method in class retrofit.http.TypePreconditions
 
checkNotNull(T) - Static method in class retrofit.http.TypePreconditions
 

E

equals(Type, Type) - Static method in class retrofit.http.Types
Returns true if a and b are equal.
equals(Object) - Method in class retrofit.http.TypeToken
 

G

get(Type) - Static method in class retrofit.http.TypeToken
Gets type literal for the given Type instance.
get(Class<T>) - Static method in class retrofit.http.TypeToken
Gets type literal for the given Class instance.
getArrayComponentType(Type) - Static method in class retrofit.http.Types
Returns the component type of this array type.
getCollectionElementType(Type, Class<?>) - Static method in class retrofit.http.Types
Returns the element type of this collection type.
getMapKeyAndValueTypes(Type, Class<?>) - Static method in class retrofit.http.Types
Returns a two element array containing this map's key and value types in positions 0 and 1 respectively.
getRawType(Type) - Static method in class retrofit.http.Types
 
getRawType() - Method in class retrofit.http.TypeToken
Returns the raw (non-generic) type for this type.
getType() - Method in class retrofit.http.TypeToken
Gets underlying Type instance.

H

hashCode() - Method in class retrofit.http.TypeToken
 

I

intercept(RequestInterceptor.RequestFacade) - Method in class retrofit.http.Retrofit.SimpleRequestInterceptor
 
intercept(Object, RequestInterceptor.RequestFacade) - Method in class retrofit.http.Retrofit.SimpleRequestInterceptor
 
isAssignableFrom(Class<?>) - Method in class retrofit.http.TypeToken
Deprecated.
this implementation may be inconsistent with javac for types with wildcards.
isAssignableFrom(Type) - Method in class retrofit.http.TypeToken
Deprecated.
this implementation may be inconsistent with javac for types with wildcards.
isAssignableFrom(TypeToken<?>) - Method in class retrofit.http.TypeToken
Deprecated.
this implementation may be inconsistent with javac for types with wildcards.

N

newParameterizedTypeWithOwner(Type, Type, Type...) - Static method in class retrofit.http.Types
Returns a new parameterized type, applying typeArguments to rawType and enclosed by ownerType.

R

request() - Method in exception retrofit.http.RequestException
 
RequestException - Exception in retrofit.http
 
RequestException(Request, Throwable) - Constructor for exception retrofit.http.RequestException
 
resolve(Type, Class<?>, Type) - Static method in class retrofit.http.Types
 
Retrofit - Annotation Type in retrofit.http
baseUrl
Retrofit.Authenticated - Annotation Type in retrofit.http
 
Retrofit.Authenticator - Annotation Type in retrofit.http
 
Retrofit.Bindable<T> - Interface in retrofit.http
 
Retrofit.Body - Annotation Type in retrofit.http
Use this annotation on a service method param when you want to directly control the request body of a POST/PUT request (instead of sending in as request parameters or form-style request body).
Retrofit.Builder - Annotation Type in retrofit.http
 
Retrofit.Converter - Annotation Type in retrofit.http
For @Converter @GET|@PUT|@POST|@DELETE, @Converter class
Retrofit.DELETE - Annotation Type in retrofit.http
Make a DELETE request to a REST path relative to base URL.
Retrofit.EncodedPath - Annotation Type in retrofit.http
Deprecated.
Retrofit.EncodedQuery - Annotation Type in retrofit.http
Deprecated.
Retrofit.EncodedQueryMap - Annotation Type in retrofit.http
Retrofit.ErrorHandler - Annotation Type in retrofit.http
For @ErrorHandler @GET|@PUT|@POST|@DELETE, @ErrorHandler class
Retrofit.Field - Annotation Type in retrofit.http
Named pair for a form-encoded request.
Retrofit.FieldMap - Annotation Type in retrofit.http
Named key/value pairs for a form-encoded request.
Retrofit.FormUrlEncoded - Annotation Type in retrofit.http
Denotes that the request body will use form URL encoding.
Retrofit.GET - Annotation Type in retrofit.http
Make a GET request to a REST path relative to base URL.
Retrofit.HEAD - Annotation Type in retrofit.http
Make a HEAD request to a REST path relative to base URL.
Retrofit.Header - Annotation Type in retrofit.http
Replaces the header with the the value of its target.
Retrofit.Headers - Annotation Type in retrofit.http
Adds headers literally supplied in the value.
retrofit.http - package retrofit.http
 
Retrofit.LogLevel - Annotation Type in retrofit.http
For @LogLevel @GET|@PUT|@POST|@DELETE, @LogLevel class
Retrofit.Multipart - Annotation Type in retrofit.http
Denotes that the request body is multi-part.
Retrofit.Part - Annotation Type in retrofit.http
Denotes a single part of a multi-part request.
Retrofit.PartMap - Annotation Type in retrofit.http
Denotes name and value parts of a multi-part request
Retrofit.PATCH - Annotation Type in retrofit.http
Make a PATCH request to a REST path relative to base URL.
Retrofit.Path - Annotation Type in retrofit.http
Named replacement in the URL path.
Retrofit.POST - Annotation Type in retrofit.http
Make a POST request to a REST path relative to base URL.
Retrofit.PUT - Annotation Type in retrofit.http
Make a PUT request to a REST path relative to base URL.
Retrofit.Query - Annotation Type in retrofit.http
Query parameter appended to the URL.
Retrofit.QueryBinding - Annotation Type in retrofit.http
 
Retrofit.QueryBundle - Annotation Type in retrofit.http
 
Retrofit.QueryMap - Annotation Type in retrofit.http
Query parameter keys and values appended to the URL.
Retrofit.RequestAuthenticator - Interface in retrofit.http
 
Retrofit.RequestInterceptor - Annotation Type in retrofit.http
 
Retrofit.RestMethod - Annotation Type in retrofit.http
 
Retrofit.RetryHeaders - Annotation Type in retrofit.http
For @RetryHeaders @GET|@PUT|@POST|@DELETE, @RetryHeaders class
Retrofit.SimpleRequestInterceptor - Class in retrofit.http
 
Retrofit.Streaming - Annotation Type in retrofit.http
Treat the response body on methods returning Response as is, i.e.
Retrofit.Validate - Annotation Type in retrofit.http
Specifies that the annotated method is a validation method.

S

SimpleRequestInterceptor() - Constructor for class retrofit.http.Retrofit.SimpleRequestInterceptor
 
subtypeOf(Type) - Static method in class retrofit.http.Types
Returns a type that represents an unknown type that extends bound.
supertypeOf(Type) - Static method in class retrofit.http.Types
Returns a type that represents an unknown supertype of bound.

T

toString() - Method in class retrofit.http.TypeToken
 
TypePreconditions - Class in retrofit.http
A simple utility class used to check method Preconditions.
TypePreconditions() - Constructor for class retrofit.http.TypePreconditions
 
Types - Class in retrofit.http
Static methods for working with types.
TypeToken<T> - Class in retrofit.http
Represents a generic type T.
TypeToken() - Constructor for class retrofit.http.TypeToken
Constructs a new type literal.
typeToString(Type) - Static method in class retrofit.http.Types
 
A C E G H I N R S T 
Skip navigation links