8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee869a1 commit aba50f2Copy full SHA for aba50f2
client/src/main/java/org/asynchttpclient/handler/resumable/ResumableAsyncHandler.java
@@ -40,6 +40,8 @@
40
* to track how many bytes has been transferred and to properly adjust the file's write position.
41
* <br>
42
* In case of a JVM crash/shutdown, you can create an instance of this class and pass the last valid bytes position.
43
+ *
44
+ * Beware that it registers a shutdown hook, that will cause a ClassLoader leak when used in an appserver and only redeploying the application.
45
*/
46
public class ResumableAsyncHandler implements AsyncHandler<Response> {
47
private final static Logger logger = LoggerFactory.getLogger(TransferCompletionHandler.class);
0 commit comments