Class CompletionHandler<E>
java.lang.Object
org.glassfish.jersey.jdk.connector.internal.CompletionHandler<E>
A callback to notify about asynchronous I/O operations status updates.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompletionHandler
CompletionHandler()
-
-
Method Details
-
failed
The operation has failed.- Parameters:
throwable
- error, which occurred during operation execution.
-
completed
The operation has completed.- Parameters:
result
- the operation result.
-