Interface WriteHandler
public interface WriteHandler
A handler for consuming the result of an asynchronous write operation.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
writeCompleted
(Throwable thrown) Called after an asynchronous write operation has completed.
-
Method Details
-
writeCompleted
-