protected class Http2AsyncUpgradeHandler.SendfileCompletionHandler extends Object implements CompletionHandler<Long,org.apache.coyote.http2.SendfileData>
Modifier | Constructor and Description |
---|---|
protected |
SendfileCompletionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
completed(Long nBytes,
org.apache.coyote.http2.SendfileData sendfile) |
void |
failed(Throwable t,
org.apache.coyote.http2.SendfileData sendfile) |
public void completed(Long nBytes, org.apache.coyote.http2.SendfileData sendfile)
completed
in interface CompletionHandler<Long,org.apache.coyote.http2.SendfileData>
public void failed(Throwable t, org.apache.coyote.http2.SendfileData sendfile)
failed
in interface CompletionHandler<Long,org.apache.coyote.http2.SendfileData>
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.