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.ClientExecutorFields 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, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, 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:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-