class RouterFragmentHandler extends FragmentHandler
FragmentHandler.DefragmentedReceiver_context, _log, MASK_EXTENDED, MASK_FRAGMENTED, MASK_IS_SUBSEQUENT, MASK_TYPE, MAX_DEFRAGMENT_TIME, TYPE_LOCAL, TYPE_ROUTER, TYPE_TUNNEL, TYPE_UNDEF| Constructor and Description |
|---|
RouterFragmentHandler(RouterContext context,
FragmentHandler.DefragmentedReceiver receiver) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
noteCompletion(long messageId) |
protected void |
noteFailure(long messageId,
String status) |
protected void |
noteReception(long messageId,
int fragmentId,
Object status) |
getCompleteCount, getFailedCount, receiveTunnelMessagepublic RouterFragmentHandler(RouterContext context, FragmentHandler.DefragmentedReceiver receiver)
protected void noteReception(long messageId,
int fragmentId,
Object status)
noteReception in class FragmentHandlerprotected void noteCompletion(long messageId)
noteCompletion in class FragmentHandlerprotected void noteFailure(long messageId,
String status)
noteFailure in class FragmentHandler