Package org.apache.coyote.http2
Class Http2AsyncUpgradeHandler.SendfileCompletionHandler
- java.lang.Object
-
- org.apache.coyote.http2.Http2AsyncUpgradeHandler.SendfileCompletionHandler
-
- All Implemented Interfaces:
CompletionHandler<Long,org.apache.coyote.http2.SendfileData>
- Enclosing class:
- Http2AsyncUpgradeHandler
protected class Http2AsyncUpgradeHandler.SendfileCompletionHandler extends Object implements CompletionHandler<Long,org.apache.coyote.http2.SendfileData>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SendfileCompletionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
completed(Long nBytes, org.apache.coyote.http2.SendfileData sendfile)
void
failed(Throwable t, org.apache.coyote.http2.SendfileData sendfile)
-
-
-
Method Detail
-
completed
public void completed(Long nBytes, org.apache.coyote.http2.SendfileData sendfile)
- Specified by:
completed
in interfaceCompletionHandler<Long,org.apache.coyote.http2.SendfileData>
-
failed
public void failed(Throwable t, org.apache.coyote.http2.SendfileData sendfile)
- Specified by:
failed
in interfaceCompletionHandler<Long,org.apache.coyote.http2.SendfileData>
-
-