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

Method asInputStream

core/src/main/java/feign/Response.java:266–266  ·  view source on GitHub ↗

It is the responsibility of the caller to close the stream.

()

Source from the content-addressed store, hash-verified

264
265 /** It is the responsibility of the caller to close the stream. */
266 InputStream asInputStream() throws IOException;
267
268 /**
269 * It is the responsibility of the caller to close the stream.

Callers 15

asInputStreamMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
asInputStreamMethod · 0.65

Implementers 9

MeteredBodydropwizard-metrics4/src/main/java/feig
MeteredBodymicrometer/src/main/java/feign/microme
MeteredBodydropwizard-metrics5/src/main/java/feig
FeignBuilderTestcore/src/test/java/feign/FeignBuilderT
InputStreamBodycore/src/main/java/feign/Response.java
ByteArrayBodycore/src/main/java/feign/Response.java
ApacheHttp5Clienthc5/src/main/java/feign/hc5/ApacheHttp
OkHttpClientokhttp/src/main/java/feign/okhttp/OkHt
ApacheHttpClienthttpclient/src/main/java/feign/httpcli

Calls

no outgoing calls