public class BoltV1Dechunker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BoltV1Dechunker.State |
| Constructor and Description |
|---|
BoltV1Dechunker(BoltRequestMessageHandler<RuntimeException> messageHandler,
Runnable onMessageStarted) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
handle(io.netty.buffer.ByteBuf data) |
boolean |
isInMiddleOfAMessage()
Check if we are currently "in the middle of" a message, eg.
|
public BoltV1Dechunker(BoltRequestMessageHandler<RuntimeException> messageHandler, Runnable onMessageStarted)
public boolean isInMiddleOfAMessage()
public void handle(io.netty.buffer.ByteBuf data)
throws IOException
IOExceptionpublic void close()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.