Class HttpStreamsHandler.Outgoing

  • Enclosing class:
    HttpStreamsHandler<In extends io.netty.handler.codec.http.HttpMessage,​Out extends io.netty.handler.codec.http.HttpMessage>

    class HttpStreamsHandler.Outgoing
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Out message  
      (package private) io.netty.channel.ChannelPromise promise  
    • Constructor Summary

      Constructors 
      Constructor Description
      Outgoing​(Out message, 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

      • message

        final Out extends io.netty.handler.codec.http.HttpMessage message
      • promise

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

      • Outgoing

        public Outgoing​(Out message,
                        io.netty.channel.ChannelPromise promise)