public interface TrapProcessor
Modifier and Type | Method and Description |
---|---|
void |
processVarBind(SnmpObjId name,
SnmpValue value) |
void |
setAgentAddress(InetAddress agentAddress) |
void |
setCommunity(String community) |
void |
setTimeStamp(long timeStamp) |
void |
setTrapAddress(InetAddress trapAddress) |
void |
setTrapIdentity(TrapIdentity trapIdentity) |
void |
setVersion(String version) |
void setCommunity(String community)
void setTimeStamp(long timeStamp)
void setVersion(String version)
void setAgentAddress(InetAddress agentAddress)
void setTrapAddress(InetAddress trapAddress)
void setTrapIdentity(TrapIdentity trapIdentity)
Copyright © 2017. All rights reserved.