public interface BoltProtocol
handle(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf) method.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this instance of the protocol, disposing of any held resources
|
void |
handle(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf data)
Handle an incoming message, and reply if desired via the
ctx argument |
int |
version()
Used for version negotiation
|
void handle(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf data)
throws IOException
ctx argumentIOExceptionint version()
void close()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.