public class StreamConsumer
extends java.lang.Object
implements org.vertx.java.core.Handler<org.vertx.java.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(org.vertx.java.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(org.vertx.java.core.buffer.Buffer event)
handle
in interface org.vertx.java.core.Handler<org.vertx.java.core.buffer.Buffer>
public void markEnd()
public void dispose()
Copyright © 2021. All Rights Reserved.