Uses of Interface
org.snmp4j.event.ResponseListener
Packages that use ResponseListener
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of ResponseListener in org.snmp4j
Fields in org.snmp4j declared as ResponseListenerMethods in org.snmp4j with parameters of type ResponseListenerModifier and TypeMethodDescriptionvoid
Session.cancel(PDU request, ResponseListener listener)
Cancels an asynchronous request.void
Snmp.cancel(PDU request, ResponseListener listener)
<A extends Address>
voidSnmp.get(PDU pdu, Target<A> target, Object userHandle, ResponseListener listener)
Asynchronously sends a GET requestPDU
to the given target.<A extends Address>
voidSnmp.getBulk(PDU pdu, Target<A> target, Object userHandle, ResponseListener listener)
Asynchronously sends a GETBULK requestPDU
to the given target.<A extends Address>
voidSnmp.getNext(PDU pdu, Target<A> target, Object userHandle, ResponseListener listener)
Asynchronously sends a GETNEXT requestPDU
to the given target.<A extends Address>
voidSnmp.inform(PDU pdu, Target<A> target, Object userHandle, ResponseListener listener)
Asynchronously sends an INFORM requestPDU
to the given target.<A extends Address>
voidSession.send(PDU pdu, Target<A> target, Object userHandle, ResponseListener listener)
Asynchronously sends aPDU
to the given target.<A extends Address>
voidSession.send(PDU pdu, Target<A> target, TransportMapping<? super A> transport, Object userHandle, ResponseListener listener)
Asynchronously sends aPDU
to the given target.<A extends Address>
voidSnmp.send(PDU pdu, Target<A> target, Object userHandle, ResponseListener listener)
<A extends Address>
voidSnmp.send(PDU pdu, Target<A> target, TransportMapping<? super A> transport, Object userHandle, ResponseListener listener)
void
Snmp.set(PDU pdu, Target<?> target, Object userHandle, ResponseListener listener)
Asynchronously sends a SET requestPDU
to the given target.Constructors in org.snmp4j with parameters of type ResponseListenerModifierConstructorDescriptionPendingRequest(ResponseListener listener, Object userObject, PDU pdu, Target<A> target, TransportMapping<? super A> transport)
-
Uses of ResponseListener in org.snmp4j.fluent
Classes in org.snmp4j.fluent that implement ResponseListener -
Uses of ResponseListener in org.snmp4j.util
Classes in org.snmp4j.util that implement ResponseListenerModifier and TypeClassDescriptionprotected class
TheDenseTableRequest
extends TableRequest to implement a faster table retrieval than the original.class
Methods in org.snmp4j.util with parameters of type ResponseListenerModifier and TypeMethodDescriptionprotected PDU
TableUtils.TableRequest.sendGetPDU(TableUtils.Row firstCacheRow, ResponseListener responseListener, PDU pdu)
Constructors in org.snmp4j.util with parameters of type ResponseListenerModifierConstructorDescriptionRetrievalEvent(ResponseListener source, Object userObject, VariableBinding[] variableBindings)
Creates a retrieval event with row data.