- readTimeoutMillis() - Method in class feign.Request.Options
-
Defaults to 60 seconds.
- reason() - Method in class feign.Response
-
Nullable and not set when using http/2
See https://github.com/http2/http2-spec/issues/202
- ReflectiveFeign - Class in feign
-
- replaceQueryValues(Map<String, ?>) - Method in class feign.RequestTemplate
-
Replaces query values which are templated with corresponding values from the unencoded
map.
- Request - Class in feign
-
An immutable request to an http server.
- request() - Method in class feign.RequestTemplate
-
- Request.Options - Class in feign
-
- requestInterceptor(RequestInterceptor) - Method in class feign.Feign.Builder
-
Adds a single request interceptor to the builder.
- RequestInterceptor - Interface in feign
-
Zero or more RequestInterceptors may be configured for purposes such as adding headers to
all requests.
- requestInterceptors(Iterable<RequestInterceptor>) - Method in class feign.Feign.Builder
-
Sets the full set of request interceptors for the builder, overwriting any previous
interceptors.
- RequestLine - Annotation Type in feign
-
Expands the request-line supplied in the value, permitting path and query variables, or
just the http method.
- RequestTemplate - Class in feign
-
Builds a request to an http target.
- RequestTemplate() - Constructor for class feign.RequestTemplate
-
- RequestTemplate(RequestTemplate) - Constructor for class feign.RequestTemplate
-
- resolve(Map<String, ?>) - Method in class feign.RequestTemplate
-
Resolves any template parameters in the requests path, query, or headers against the supplied
unencoded arguments.
- resolveLastTypeParameter(Type, Class<?>) - Static method in class feign.Util
-
Resolves the last type parameter of the parameterized supertype, based on the genericContext, into its upper bounds.
- Response - Class in feign
-
An immutable response to an http invocation which only returns string content.
- Response.Body - Interface in feign
-
- RETRY_AFTER - Static variable in class feign.Util
-
The HTTP Retry-After header field name.
- RetryableException - Exception in feign
-
- RetryableException(String, Throwable, Date) - Constructor for exception feign.RetryableException
-
- RetryableException(String, Date) - Constructor for exception feign.RetryableException
-
- retryAfter() - Method in exception feign.RetryableException
-
- retryer(Retryer) - Method in class feign.Feign.Builder
-
- Retryer - Interface in feign
-
- Retryer.Default - Class in feign
-
- returnType() - Method in class feign.MethodMetadata
-
- returnType(Type) - Method in class feign.MethodMetadata
-