Uses of Class
org.snmp4j.fluent.TargetBuilder
Packages that use TargetBuilder
-
Uses of TargetBuilder in org.snmp4j.fluent
Fields in org.snmp4j.fluent declared as TargetBuilderMethods in org.snmp4j.fluent that return TargetBuilderModifier and TypeMethodDescriptionSets the target's address.TargetBuilder.community(OctetString snmpV1V2Community) TargetBuilder.DirectUserBuilder.done()Finalizes the configuration of the DirectUserTarget and returns the enclosing TargetBuilder instance.TargetBuilder.TlsTargetBuilder.done()static <A extends Address>
TargetBuilder<A> TargetBuilder.forAddress(SnmpBuilder snmpBuilder, A address) Creates aTargetBuilderfrom a givenSnmpBuilderwhich is used to discover authoritative engine ID and to get the security protocols to derive keys from passwords.TargetBuilder.retries(int retries) <A extends Address>
TargetBuilder<A> SnmpBuilder.target(A address) Creates aTargetBuilderfor the specified targetAddress.<A extends Address>
TargetBuilder<A> SnmpBuilder.targetWithTransport(A address) Creates aTargetBuilderfor the specified targetAddressand specifies a matching transport mapping withSnmpBuilder.udp(),SnmpBuilder.tcp(),SnmpBuilder.dtls(), orSnmpBuilder.tls().TargetBuilder.timeout(long timeoutMillis) TargetBuilder.v1()TargetBuilder.v2c()TargetBuilder.v3()Sets the target's SNMP version.TargetBuilder.version(TargetBuilder.SnmpVersion snmpVersion) Sets the target's SNMP version.Constructors in org.snmp4j.fluent with parameters of type TargetBuilder