Package io.undertow.httpcore
Class UndertowInputStream
java.lang.Object
java.io.InputStream
io.undertow.httpcore.UndertowInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Input stream that reads from the underlying channel. This stream delays creation
of the channel till it is actually used.
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
UndertowInputStream
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-