E - see CompletionHandlerpublic class PreservingThreadContextCompletionHandler<E> extends Object implements org.glassfish.grizzly.CompletionHandler<E>
| Constructor and Description |
|---|
PreservingThreadContextCompletionHandler(org.glassfish.grizzly.CompletionHandler<E> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled() |
void |
completed(E e) |
void |
failed(Throwable throwable) |
void |
updated(E e) |
public PreservingThreadContextCompletionHandler(org.glassfish.grizzly.CompletionHandler<E> delegate)
public void cancelled()
cancelled in interface org.glassfish.grizzly.CompletionHandler<E>public void failed(Throwable throwable)
failed in interface org.glassfish.grizzly.CompletionHandler<E>public void completed(E e)
completed in interface org.glassfish.grizzly.CompletionHandler<E>Copyright © 2022. All Rights Reserved.