protected static class BaseIntraband.SendSyncDatagramCompletionHandler extends Object implements CompletionHandler<Object>
CompletionHandler.CompletionType
Modifier | Constructor and Description |
---|---|
protected |
BaseIntraband.SendSyncDatagramCompletionHandler() |
protected BaseIntraband.SendSyncDatagramCompletionHandler()
public void delivered(Object attachment)
delivered
in interface CompletionHandler<Object>
public void failed(Object attachment, IOException ioe)
failed
in interface CompletionHandler<Object>
public void replied(Object attachment, Datagram datagram)
replied
in interface CompletionHandler<Object>
public void submitted(Object attachment)
submitted
in interface CompletionHandler<Object>
public void timedOut(Object attachment)
timedOut
in interface CompletionHandler<Object>
public Datagram waitResult(long timeout) throws InterruptedException, IOException, TimeoutException