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 TypeMethodDescriptionvoidclose()intread()intread(byte[] b, int offset, int length) private IOExceptiontoIOException(Throwable failure) Methods inherited from class InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
Input
private Input()
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
toIOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-