Uses of Class
org.opennms.netmgt.snmp.proxy.WalkResponse
-
Packages that use WalkResponse Package Description org.opennms.netmgt.snmp Non-implementation-specific SNMP API.org.opennms.netmgt.snmp.proxy -
-
Uses of WalkResponse in org.opennms.netmgt.snmp
Method parameters in org.opennms.netmgt.snmp with type arguments of type WalkResponse Modifier and Type Method Description void
AggregateTracker. handleWalkResponses(List<WalkResponse> responses)
void
ColumnTracker. handleWalkResponses(List<WalkResponse> responses)
void
SingleInstanceTracker. handleWalkResponses(List<WalkResponse> responses)
void
TableTracker. handleWalkResponses(List<WalkResponse> responses)
-
Uses of WalkResponse in org.opennms.netmgt.snmp.proxy
Methods in org.opennms.netmgt.snmp.proxy with parameters of type WalkResponse Modifier and Type Method Description static void
CorrelationIdUtils. popIndexFromCollerationId(WalkResponse walkResponse, Map<Integer,List<WalkResponse>> responsesByIndex)
Retrieves the most recent (first one in the string) index from the correlation id on the given response, and adds the (modified) response to the map at that index.Method parameters in org.opennms.netmgt.snmp.proxy with type arguments of type WalkResponse Modifier and Type Method Description void
ProxiableTracker. handleWalkResponses(List<WalkResponse> responses)
static void
CorrelationIdUtils. popIndexFromCollerationId(WalkResponse walkResponse, Map<Integer,List<WalkResponse>> responsesByIndex)
Retrieves the most recent (first one in the string) index from the correlation id on the given response, and adds the (modified) response to the map at that index.
-