MCPcopy Index your code
hub / github.com/OpenFeign/feign / execute

Method execute

core/src/main/java/feign/Client.java:43–43  ·  view source on GitHub ↗

Executes a request against its Request#url() url and returns a response. @param request safe to replay. @param options options to apply to this request. @return connected response, Response.Body is absent or unread. @throws IOException on a network error connecting to {@link Request

(Request request, Options options)

Source from the content-addressed store, hash-verified

41 * @throws IOException on a network error connecting to {@link Request#url()}.
42 */
43 Response execute(Request request, Options options) throws IOException;
44
45 /**
46 * @deprecated use {@link DefaultClient} instead.

Callers 15

clientMethod · 0.95
testClientExecuteMethod · 0.95
executeMethod · 0.65
executeMethod · 0.65
runMainMethod · 0.65
runMainMethod · 0.65
runMainMethod · 0.65
runMainMethod · 0.65
executeMethod · 0.65
clientMethod · 0.65
executeAndDecodeMethod · 0.65
executeAndDecodeMethod · 0.65

Implementers 15

MeteredClientdropwizard-metrics4/src/main/java/feig
JAXRSClientjaxrs2/src/main/java/feign/jaxrs2/JAXR
SampleClientcore/src/test/java/feign/AlwaysEncodeB
AClientcore/src/test/java/feign/CapabilityTes
BClientcore/src/test/java/feign/CapabilityTes
DefaultClientcore/src/main/java/feign/DefaultClient
MeteredClientmicrometer/src/main/java/feign/microme
ApacheHttp5Clienthc5/src/main/java/feign/hc5/ApacheHttp
MockClientmock/src/main/java/feign/mock/MockClie
OkHttpClientokhttp/src/main/java/feign/okhttp/OkHt
Http2Clientjava11/src/main/java/feign/http2client
GoogleHttpClientgooglehttpclient/src/main/java/feign/g

Calls

no outgoing calls

Tested by 15

clientMethod · 0.76
testClientExecuteMethod · 0.76
runMainMethod · 0.52
runMainMethod · 0.52
runMainMethod · 0.52
runMainMethod · 0.52
executeMethod · 0.52
clientMethod · 0.52
hystrixCommandMethod · 0.52
hystrixCommandIntMethod · 0.52