public class SnmpAgentConfig extends SnmpConfiguration
AUTH_NOPRIV, AUTH_PRIV, DEFAULT_AUTH_PASS_PHRASE, DEFAULT_AUTH_PROTOCOL, DEFAULT_MAX_REPETITIONS, DEFAULT_MAX_REQUEST_SIZE, DEFAULT_MAX_VARS_PER_PDU, DEFAULT_PORT, DEFAULT_PRIV_PASS_PHRASE, DEFAULT_PRIV_PROTOCOL, DEFAULT_READ_COMMUNITY, DEFAULT_RETRIES, DEFAULT_SECURITY_LEVEL, DEFAULT_SECURITY_NAME, DEFAULT_TIMEOUT, DEFAULT_VERSION, DEFAULT_WRITE_COMMUNITY, DEFAULTS, NOAUTH_NOPRIV, VERSION1, VERSION2C, VERSION3
Constructor and Description |
---|
SnmpAgentConfig() |
SnmpAgentConfig(InetAddress agentAddress) |
SnmpAgentConfig(InetAddress agentAddress,
SnmpConfiguration defaults) |
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAddress() |
InetAddress |
getEffectiveAddress() |
InetAddress |
getProxyFor() |
void |
setAddress(InetAddress address) |
void |
setProxyFor(InetAddress address) |
String |
toString() |
getAuthPassPhrase, getAuthProtocol, getMaxRepetitions, getMaxRequestSize, getMaxVarsPerPdu, getPort, getPrivPassPhrase, getPrivProtocol, getReadCommunity, getRetries, getSecurityLevel, getSecurityName, getTimeout, getVersion, getVersionAsString, getWriteCommunity, setAuthPassPhrase, setAuthProtocol, setMaxRepetitions, setMaxRequestSize, setMaxVarsPerPdu, setPort, setPrivPassPhrase, setPrivProtocol, setReadCommunity, setRetries, setSecurityLevel, setSecurityName, setTimeout, setVersion, setVersionAsString, setWriteCommunity, stringToVersion, versionToString
public SnmpAgentConfig()
public SnmpAgentConfig(InetAddress agentAddress)
public SnmpAgentConfig(InetAddress agentAddress, SnmpConfiguration defaults)
public InetAddress getAddress()
public void setAddress(InetAddress address)
public InetAddress getProxyFor()
public void setProxyFor(InetAddress address)
public InetAddress getEffectiveAddress()
Copyright © 2015. All Rights Reserved.