Package org.frankframework.http
Class ReleaseConnectionAfterReadInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.frankframework.http.ReleaseConnectionAfterReadInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionReleaseConnectionAfterReadInputStream(HttpResponseHandler responseHandler, InputStream inputStream) -
Method Summary
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
ReleaseConnectionAfterReadInputStream
public ReleaseConnectionAfterReadInputStream(@Nullable HttpResponseHandler responseHandler, @Nullable InputStream inputStream)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-