public class RawDataHandler
extends java.lang.Object
implements org.vertx.java.core.Handler<org.vertx.java.core.buffer.Buffer>
| Constructor and Description |
|---|
RawDataHandler(java.io.InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpExpectations() |
void |
expect(java.lang.String e) |
long |
getBinTransfer() |
void |
handle(org.vertx.java.core.buffer.Buffer event) |
void |
optimize() |
void |
read() |
void |
readStuff() |
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 readStuff()
throws java.io.IOException
java.io.IOExceptionpublic void expect(java.lang.String e)
public void optimize()
public void dumpExpectations()
public long getBinTransfer()
public void read()
throws java.io.IOException
java.io.IOExceptionCopyright © 2021. All Rights Reserved.