- 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
-
- Retrofit.EncodedQuery - Annotation Type in retrofit.http
-
- 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.