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