Class ApacheConnector.HttpClientResponseInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.glassfish.jersey.apache.connector.ApacheConnector.HttpClientResponseInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
ApacheConnector
-
Field Summary
Fields inherited from class FilterInputStream
in -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FilterInputStream
available, mark, markSupported, read, read, read, reset, skipMethods inherited from class InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
HttpClientResponseInputStream
HttpClientResponseInputStream(InputStream inputStream) throws IOException - Throws:
IOException
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-