Class BaseRequestProcessor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected io.netty.channel.Channel channel  
      protected java.util.concurrent.Executor executor  
      protected HotRodServer server  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void writeResponse​(HotRodHeader header, io.netty.buffer.ByteBuf buf)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • channel

        protected final io.netty.channel.Channel channel
      • executor

        protected final java.util.concurrent.Executor executor
    • Method Detail

      • writeResponse

        protected void writeResponse​(HotRodHeader header,
                                     io.netty.buffer.ByteBuf buf)