public class RESTEasyInputStream extends FilterInputStream
Modifier and Type | Field and Description |
---|---|
protected org.jboss.resteasy.client.ClientExecutor |
clientExecutor |
in
Constructor and Description |
---|
RESTEasyInputStream(InputStream inputStream,
org.jboss.resteasy.client.ClientExecutor clientExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skip
public RESTEasyInputStream(InputStream inputStream, org.jboss.resteasy.client.ClientExecutor clientExecutor)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2012–2016. All rights reserved.