Package org.apache.bookkeeper.proto
Class BookieProtoEncoding.ResponseEncoder
- java.lang.Object
- 
- io.netty.channel.ChannelHandlerAdapter
- 
- io.netty.channel.ChannelOutboundHandlerAdapter
- 
- org.apache.bookkeeper.proto.BookieProtoEncoding.ResponseEncoder
 
 
 
- 
- All Implemented Interfaces:
- io.netty.channel.ChannelHandler,- io.netty.channel.ChannelOutboundHandler
 - Enclosing class:
- BookieProtoEncoding
 
 @Sharable public static class BookieProtoEncoding.ResponseEncoder extends io.netty.channel.ChannelOutboundHandlerAdapterA response message encoder.
- 
- 
Field SummaryFields Modifier and Type Field Description (package private) BookieProtoEncoding.EnDecoderrepPreV3(package private) BookieProtoEncoding.EnDecoderrepV3
 - 
Constructor SummaryConstructors Constructor Description ResponseEncoder(com.google.protobuf.ExtensionRegistry extensionRegistry)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(io.netty.channel.ChannelHandlerContext ctx, java.lang.Object msg, io.netty.channel.ChannelPromise promise)- 
Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapterbind, close, connect, deregister, disconnect, flush, read
 - 
Methods inherited from class io.netty.channel.ChannelHandlerAdapterensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
 
- 
 
- 
- 
- 
Field Detail- 
repPreV3final BookieProtoEncoding.EnDecoder repPreV3 
 - 
repV3final BookieProtoEncoding.EnDecoder repV3 
 
- 
 - 
Method Detail- 
writepublic void write(io.netty.channel.ChannelHandlerContext ctx, java.lang.Object msg, io.netty.channel.ChannelPromise promise) throws java.lang.Exception- Specified by:
- writein interface- io.netty.channel.ChannelOutboundHandler
- Overrides:
- writein class- io.netty.channel.ChannelOutboundHandlerAdapter
- Throws:
- java.lang.Exception
 
 
- 
 
-