Package com.woorea.openstack.connector
Class RESTEasyInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.woorea.openstack.connector.RESTEasyInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.jboss.resteasy.client.ClientExecutor
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
ConstructorsConstructorDescriptionRESTEasyInputStream
(InputStream inputStream, org.jboss.resteasy.client.ClientExecutor clientExecutor) -
Method Summary
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
clientExecutor
protected org.jboss.resteasy.client.ClientExecutor clientExecutor
-
-
Constructor Details
-
RESTEasyInputStream
public RESTEasyInputStream(InputStream inputStream, org.jboss.resteasy.client.ClientExecutor clientExecutor)
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
- Throws:
IOException
-