public interface CompletionHandler<A>
Modifier and Type | Interface and Description |
---|---|
static class |
CompletionHandler.CompletionType |
Modifier and Type | Method and Description |
---|---|
void |
delivered(A attachment) |
void |
failed(A attachment,
IOException ioe) |
void |
replied(A attachment,
Datagram datagram) |
void |
submitted(A attachment) |
void |
timedOut(A attachment) |