Package io.grpc.netty

Class WriteBufferingAndExceptionHandler.ChannelWrite

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object msg  
      (package private) io.netty.channel.ChannelPromise promise  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChannelWrite​(java.lang.Object msg, io.netty.channel.ChannelPromise promise)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • msg

        final java.lang.Object msg
      • promise

        final io.netty.channel.ChannelPromise promise
    • Constructor Detail

      • ChannelWrite

        ChannelWrite​(java.lang.Object msg,
                     io.netty.channel.ChannelPromise promise)