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, skippublic RESTEasyInputStream(InputStream inputStream, org.jboss.resteasy.client.ClientExecutor clientExecutor)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2012–2023. All rights reserved.