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.IOException
public 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 © 2021. All Rights Reserved.