Uses of Interface
org.snmp4j.event.ResponseListener
-
Packages that use ResponseListener Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.util 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 ResponseListener Modifier and Type Field Description protected ResponseListenerSnmp.PendingRequest. listenerMethods in org.snmp4j with parameters of type ResponseListener Modifier and Type Method Description voidSession. cancel(PDU request, ResponseListener listener)Cancels an asynchronous request.voidSnmp. cancel(PDU request, ResponseListener listener)<A extends Address>
voidSnmp. get(PDU pdu, Target<A> target, java.lang.Object userHandle, ResponseListener listener)Asynchronously sends a GET requestPDUto the given target.<A extends Address>
voidSnmp. getBulk(PDU pdu, Target<A> target, java.lang.Object userHandle, ResponseListener listener)Asynchronously sends a GETBULK requestPDUto the given target.<A extends Address>
voidSnmp. getNext(PDU pdu, Target<A> target, java.lang.Object userHandle, ResponseListener listener)Asynchronously sends a GETNEXT requestPDUto the given target.<A extends Address>
voidSnmp. inform(PDU pdu, Target<A> target, java.lang.Object userHandle, ResponseListener listener)Asynchronously sends an INFORM requestPDUto the given target.<A extends Address>
voidSession. send(PDU pdu, Target<A> target, java.lang.Object userHandle, ResponseListener listener)Asynchronously sends aPDUto the given target.<A extends Address>
voidSession. send(PDU pdu, Target<A> target, TransportMapping<? super A> transport, java.lang.Object userHandle, ResponseListener listener)Asynchronously sends aPDUto the given target.<A extends Address>
voidSnmp. send(PDU pdu, Target<A> target, java.lang.Object userHandle, ResponseListener listener)<A extends Address>
voidSnmp. send(PDU pdu, Target<A> target, TransportMapping<? super A> transport, java.lang.Object userHandle, ResponseListener listener)voidSnmp. set(PDU pdu, Target<?> target, java.lang.Object userHandle, ResponseListener listener)Asynchronously sends a SET requestPDUto the given target.Constructors in org.snmp4j with parameters of type ResponseListener Constructor Description PendingRequest(ResponseListener listener, java.lang.Object userObject, PDU pdu, Target<A> target, TransportMapping<? super A> transport) -
Uses of ResponseListener in org.snmp4j.util
Classes in org.snmp4j.util that implement ResponseListener Modifier and Type Class Description protected classTableUtils.DenseTableRequestTheDenseTableRequestextends TableRequest to implement a faster table retrieval than the original.classTableUtils.TableRequestMethods in org.snmp4j.util with parameters of type ResponseListener Modifier and Type Method Description protected PDUTableUtils.TableRequest. sendGetPDU(TableUtils.Row firstCacheRow, ResponseListener responseListener, PDU pdu)Constructors in org.snmp4j.util with parameters of type ResponseListener Constructor Description RetrievalEvent(ResponseListener source, java.lang.Object userObject, VariableBinding[] variableBindings)Creates a retrieval event with row data.
-