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

Method close

core/src/main/java/feign/Response.java:326–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324 }
325
326 @Override
327 public void close() throws IOException {
328 inputStream.close();
329 }
330 }
331
332 private static final class ByteArrayBody implements Response.Body {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected