Package org.eclipse.jetty.client.util
Class InputStreamResponseListener.Input
java.lang.Object
java.io.InputStream
org.eclipse.jetty.client.util.InputStreamResponseListener.Input
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
InputStreamResponseListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
int
read()
int
read
(byte[] b, int offset, int length) private IOException
toIOException
(Throwable failure) Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
Input
private Input()
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
toIOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-