public interface PduHandleCallback<P>
PduHandleCallback
can be used to get informed about a
PduHandle
creation before a request is actually sent out.Modifier and Type | Method and Description |
---|---|
void |
pduHandleAssigned(PduHandle handle,
P pdu)
A new PduHandle has been created for a PDU.
|
void pduHandleAssigned(PduHandle handle, P pdu)
handle
- a PduHandle
instance that uniquely identifies a request -
thus in most cases the request ID.pdu
- the request PDU for which the handle has been created.Copyright © 2022 SNMP4J.org. All rights reserved.