Package io.quarkus.vertx.http.runtime
Class VertxInputStream
java.lang.Object
java.io.InputStream
io.quarkus.vertx.http.runtime.VertxInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVertxInputStream
(io.vertx.ext.web.RoutingContext request, long timeout) VertxInputStream
(io.vertx.ext.web.RoutingContext request, long timeout, io.netty.buffer.ByteBuf existing) -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
CONTINUE
- See Also:
-
oneByte
public final byte[] oneByte
-
-
Constructor Details
-
VertxInputStream
public VertxInputStream(io.vertx.ext.web.RoutingContext request, long timeout) -
VertxInputStream
public VertxInputStream(io.vertx.ext.web.RoutingContext request, long timeout, io.netty.buffer.ByteBuf existing)
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-