Uses of Class
org.snmp4j.smi.VariableBinding
Packages that use VariableBinding
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for the SNMP message processing.
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of VariableBinding in org.snmp4j
Fields in org.snmp4j with type parameters of type VariableBindingMethods in org.snmp4j that return VariableBindingModifier and TypeMethodDescriptionPDU.get(int index) Gets the variable binding at the specified position.PDU.set(int index, VariableBinding vb) Sets the variable binding at the specified position.PDU.toArray()Returns an array with the variable bindings of this PDU.Methods in org.snmp4j that return types with arguments of type VariableBindingModifier and TypeMethodDescriptionPDU.getBindingList(OID prefix) Gets a list ofVariableBindings whose OID prefix matches the supplied prefix.Vector<? extends VariableBinding>PDU.getVariableBindings()Gets the variable binding vector.Methods in org.snmp4j with parameters of type VariableBindingModifier and TypeMethodDescriptionvoidPDU.add(VariableBinding vb) Adds a variable binding to this PDU.voidPDU.addAll(VariableBinding[] vbs) Adds an array of variable bindings to this PDU (seePDU.add(VariableBinding vb)).voidPDU.addAllOIDs(VariableBinding[] vbs) Adds newVariableBindingseach with the OID of the corresponding variable binding of the supplied array to this PDU (seePDU.addOID(VariableBinding vb)).voidPDU.addOID(VariableBinding vb) Adds a new variable binding to this PDU by using the OID of the suppliedVariableBinding.PDU.set(int index, VariableBinding vb) Sets the variable binding at the specified position.Method parameters in org.snmp4j with type arguments of type VariableBindingModifier and TypeMethodDescriptionvoidPDU.addAll(List<? extends VariableBinding> vbs) Adds a list of variable bindings to this PDU (seePDU.add(VariableBinding vb)).static intPDU.getBERLength(List<? extends VariableBinding> variableBindings) Computes the length in bytes of the BER encoded variable bindings without including the length of BER sequence length.voidPDU.setVariableBindings(List<? extends VariableBinding> vbs) Sets theVariableBindings for this PDU.Constructor parameters in org.snmp4j with type arguments of type VariableBindingModifierConstructorDescriptionPDU(int pduType, List<? extends VariableBinding> vbs) Constructs a new PDU from a type and a list ofVariableBindinginstances. -
Uses of VariableBinding in org.snmp4j.mp
Methods in org.snmp4j.mp that return VariableBindingMethods in org.snmp4j.mp with parameters of type VariableBindingModifier and TypeMethodDescriptionintMPv3.sendReport(MessageDispatcher messageDispatcher, ScopedPDU pdu, int securityLevel, int securityModel, OctetString securityName, int maxSizeResponseScopedPDU, StateReference<?> stateReference, VariableBinding payload) Sends a report message.voidStatusInformation.setErrorIndication(VariableBinding errorIndication) Constructors in org.snmp4j.mp with parameters of type VariableBindingModifierConstructorDescriptionStatusInformation(VariableBinding errorIndication, byte[] contextName, byte[] contextEngineID, Integer32 securityLevel) -
Uses of VariableBinding in org.snmp4j.smi
Methods in org.snmp4j.smi that return VariableBindingModifier and TypeMethodDescriptionstatic VariableBinding[]VariableBinding.createFromOIDs(OID[] oids) Create an array ofVariableBindings based on the provided OIDs. -
Uses of VariableBinding in org.snmp4j.tools.console
Methods in org.snmp4j.tools.console that return types with arguments of type VariableBindingMethod parameters in org.snmp4j.tools.console with type arguments of type VariableBinding -
Uses of VariableBinding in org.snmp4j.uri
Method parameters in org.snmp4j.uri with type arguments of type VariableBindingModifier and TypeMethodDescriptionSnmpURI.sendByBinding(URI url, List<VariableBinding> values, int pduType) SnmpURI.updateByBinding(URI url, List<VariableBinding> values) -
Uses of VariableBinding in org.snmp4j.util
Fields in org.snmp4j.util declared as VariableBindingMethods in org.snmp4j.util that return VariableBindingModifier and TypeMethodDescriptionTableEvent.getColumns()Gets the columnar objects of the row.TreeEvent.getVariableBindings()Gets the variable bindings retrieved in depth first order from the (sub-)tree.SimpleVariableTextFormat.parseVariableBinding(String text) VariableTextFormat.parseVariableBinding(String text) Parses a textual representation of a variable binding.Methods in org.snmp4j.util with parameters of type VariableBindingModifier and TypeMethodDescriptionTableUtils.createRow(Target target, OID rowStatusColumnOID, OID rowIndex, VariableBinding[] values) Creates a SNMP table row for a table that supports the RowStatus mechanism for row creation.Constructors in org.snmp4j.util with parameters of type VariableBindingModifierConstructorDescriptionRetrievalEvent(ResponseListener source, Object userObject, VariableBinding[] variableBindings) Creates a retrieval event with row data.TableEvent(TableUtils.TableRequest source, Object userObject, OID index, VariableBinding[] cols) Creates a table event with row data.TreeEvent(org.snmp4j.util.TreeUtils.TreeRequest source, Object userObject, VariableBinding[] vbs)