Package com.woorea.openstack.connector
Class RESTEasyInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- com.woorea.openstack.connector.RESTEasyInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class RESTEasyInputStream extends java.io.FilterInputStream
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.resteasy.client.ClientExecutor
clientExecutor
-
Constructor Summary
Constructors Constructor Description RESTEasyInputStream(java.io.InputStream inputStream, org.jboss.resteasy.client.ClientExecutor clientExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
-