Module org.neo4j.driver
Class OutboundMessageHandler
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
io.netty.handler.codec.MessageToMessageEncoder<Message>
org.neo4j.driver.internal.bolt.basicimpl.async.outbound.OutboundMessageHandler
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelOutboundHandler,BoltPatchesListener
public class OutboundMessageHandler
extends io.netty.handler.codec.MessageToMessageEncoder<Message>
implements BoltPatchesListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Field Summary
FieldsFields inherited from interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltPatchesListener
DATE_TIME_UTC_PATCH -
Constructor Summary
ConstructorsConstructorDescriptionOutboundMessageHandler(MessageFormat messageFormat, LoggingProvider logging) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidvoidhandlerAdded(io.netty.channel.ChannelHandlerContext ctx) voidhandlerRemoved(io.netty.channel.ChannelHandlerContext ctx) Methods inherited from class io.netty.handler.codec.MessageToMessageEncoder
acceptOutboundMessage, writeMethods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, readMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
exceptionCaught
-
Field Details
-
NAME
-
-
Constructor Details
-
OutboundMessageHandler
-
-
Method Details
-
handlerAdded
public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) - Specified by:
handlerAddedin interfaceio.netty.channel.ChannelHandler- Overrides:
handlerAddedin classio.netty.channel.ChannelHandlerAdapter
-
handlerRemoved
public void handlerRemoved(io.netty.channel.ChannelHandlerContext ctx) - Specified by:
handlerRemovedin interfaceio.netty.channel.ChannelHandler- Overrides:
handlerRemovedin classio.netty.channel.ChannelHandlerAdapter
-
encode
- Specified by:
encodein classio.netty.handler.codec.MessageToMessageEncoder<Message>
-
handle
- Specified by:
handlein interfaceBoltPatchesListener
-