Class Http2AsyncUpgradeHandler.SendfileCompletionHandler

    • Constructor Detail

      • SendfileCompletionHandler

        protected SendfileCompletionHandler()
    • Method Detail

      • completed

        public void completed​(Long nBytes,
                              org.apache.coyote.http2.SendfileData sendfile)
        Specified by:
        completed in interface CompletionHandler<Long,​org.apache.coyote.http2.SendfileData>
      • failed

        public void failed​(Throwable t,
                           org.apache.coyote.http2.SendfileData sendfile)
        Specified by:
        failed in interface CompletionHandler<Long,​org.apache.coyote.http2.SendfileData>