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

Method getConnection

core/src/main/java/feign/DefaultClient.java:137–139  ·  view source on GitHub ↗
(final URL url)

Source from the content-addressed store, hash-verified

135 }
136
137 public HttpURLConnection getConnection(final URL url) throws IOException {
138 return (HttpURLConnection) url.openConnection();
139 }
140
141 HttpURLConnection convertAndSend(Request request, Options options) throws IOException {
142 final URL url = new URL(request.url());

Callers 1

convertAndSendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected