Class HttpChunkWriterImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      HttpChunkWriterImpl​(ChannelProxy channel, org.webpieces.httpparser.api.HttpParser parser, org.webpieces.httpparser.api.MarshalState state, boolean isConnectMsg, boolean canSendChunks)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<java.lang.Void> send​(org.webpieces.httpparser.api.dto.HttpData chunk)  
      • Methods inherited from class java.lang.Object

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

      • HttpChunkWriterImpl

        public HttpChunkWriterImpl​(ChannelProxy channel,
                                   org.webpieces.httpparser.api.HttpParser parser,
                                   org.webpieces.httpparser.api.MarshalState state,
                                   boolean isConnectMsg,
                                   boolean canSendChunks)
    • Method Detail

      • send

        public java.util.concurrent.CompletableFuture<java.lang.Void> send​(org.webpieces.httpparser.api.dto.HttpData chunk)
        Specified by:
        send in interface HttpDataWriter