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 java.io.FilterInputStream
in
-
Constructor Summary
ConstructorsConstructorDescriptionHttpClientResponseInputStream
(org.eclipse.jetty.client.api.ContentResponse jettyResponse) -
Method Summary
Modifier and TypeMethodDescriptionprivate static InputStream
getInputStream
(org.eclipse.jetty.client.api.ContentResponse response) Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
Methods inherited from class java.io.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
-