Uses of Interface
org.apache.camel.builder.endpoint.dsl.SnmpEndpointBuilderFactory.SnmpEndpointBuilder
Packages that use SnmpEndpointBuilderFactory.SnmpEndpointBuilder
-
Uses of SnmpEndpointBuilderFactory.SnmpEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SnmpEndpointBuilderFactory.SnmpEndpointBuilderModifier and TypeMethodDescriptionSNMP (camel-snmp) Receive traps and poll SNMP (Simple Network Management Protocol) capable devices.SNMP (camel-snmp) Receive traps and poll SNMP (Simple Network Management Protocol) capable devices. -
Uses of SnmpEndpointBuilderFactory.SnmpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SnmpEndpointBuilderFactory.SnmpEndpointBuilderModifier and TypeMethodDescriptionSnmpEndpointBuilderFactory.SnmpEndpointBuilder.authenticationPassphrase(String authenticationPassphrase) The authentication passphrase.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.authenticationProtocol(String authenticationProtocol) Authentication protocol to use if security level is set to enable authentication The possible values are: MD5, SHA1.SnmpEndpointBuilderFactory.AdvancedSnmpEndpointBuilder.basic()SnmpEndpointBuilderFactory.endpointBuilder(String componentName, String path) Defines which values you are interested in.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.oids(org.apache.camel.component.snmp.OIDList oids) Defines which values you are interested in.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.privacyPassphrase(String privacyPassphrase) The privacy passphrase.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.privacyProtocol(String privacyProtocol) The privacy protocol ID to be associated with this user.Here you can select which protocol to use.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.retries(int retries) Defines how often a retry is made before canceling the request.Defines how often a retry is made before canceling the request.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.securityLevel(int securityLevel) Sets the security level for this target.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.securityLevel(String securityLevel) Sets the security level for this target.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.securityName(String securityName) Sets the security name to be used with this target.SNMP (camel-snmp) Receive traps and poll SNMP (Simple Network Management Protocol) capable devices.SNMP (camel-snmp) Receive traps and poll SNMP (Simple Network Management Protocol) capable devices.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.snmpCommunity(String snmpCommunity) Sets the community octet string for the snmp request.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.snmpContextEngineId(String snmpContextEngineId) Sets the context engine ID field of the scoped PDU.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.snmpContextName(String snmpContextName) Sets the context name field of this scoped PDU.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.snmpVersion(int snmpVersion) Sets the snmp version for the request.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.snmpVersion(String snmpVersion) Sets the snmp version for the request.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.timeout(int timeout) Sets the timeout value for the request in millis.Sets the timeout value for the request in millis.Which operation to perform such as poll, trap, etc.SnmpEndpointBuilderFactory.SnmpEndpointBuilder.type(org.apache.camel.component.snmp.SnmpActionType type) Which operation to perform such as poll, trap, etc.