Class JettyConnector.HttpClientResponseInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.glassfish.jersey.jetty.connector.JettyConnector.HttpClientResponseInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
JettyConnector
-
Field Summary
Fields inherited from class FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionHttpClientResponseInputStream(org.eclipse.jetty.client.api.ContentResponse jettyResponse) -
Method Summary
Modifier and TypeMethodDescriptionprivate static InputStreamgetInputStream(org.eclipse.jetty.client.api.ContentResponse response) Methods inherited from class FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skipMethods inherited from class InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
HttpClientResponseInputStream
HttpClientResponseInputStream(org.eclipse.jetty.client.api.ContentResponse jettyResponse) throws IOException - Throws:
IOException
-
-
Method Details
-
getInputStream
-