public class StreamConsumer
extends java.lang.Object
implements io.vertx.core.Handler<io.vertx.core.buffer.Buffer>
| Modifier and Type | Field and Description |
|---|---|
boolean |
corrupted |
| Constructor and Description |
|---|
StreamConsumer(AuthorizedDeviceQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
handle(io.vertx.core.buffer.Buffer event) |
com.google.common.io.ByteSource |
inputStream() |
boolean |
isEmptyRequestBody() |
void |
markEnd() |
public StreamConsumer(AuthorizedDeviceQuery query)
public com.google.common.io.ByteSource inputStream()
throws java.io.IOException
java.io.IOExceptionpublic boolean isEmptyRequestBody()
public void handle(io.vertx.core.buffer.Buffer event)
handle in interface io.vertx.core.Handler<io.vertx.core.buffer.Buffer>public void markEnd()
public void dispose()
Copyright © 2024. All Rights Reserved.