Package | Description |
---|---|
org.opennms.protocols.snmp |
Modifier and Type | Field and Description |
---|---|
private SnmpAgentHandler |
SnmpAgentSession.m_handler
The public trap handler that process
received traps.
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentHandler |
SnmpAgentSession.getHandler()
Returns the trap handler for this trap session.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpAgentSession.setHandler(SnmpAgentHandler hdl)
Sets the trap handler for the session.
|
Constructor and Description |
---|
SnmpAgentSession(SnmpAgentHandler handler)
The SnmpAgentSession constructor that takes a packet
handler as parameter.
|
SnmpAgentSession(SnmpAgentHandler handler,
SnmpPeer peer)
The default SnmpAgentSession constructor that takes a packet
handler and SnmpPeer as parameter.
|
SnmpAgentSession(SnmpAgentHandler handler,
SnmpPeer peer,
int numOfThreads)
The SnmpAgentSession constructor that takes a packet
handler, SnmpPeer, numOfThreads as parameter.
|
SnmpAgentSession(SnmpAgentHandler handler,
SnmpPeer peer,
int numOfThreads,
int receiveBuffer,
int sendBuffer)
The SnmpAgentSession constructor that takes a packet
handler, SnmpPeer, numOfThreads as parameter.
|
Generated by iurt on 2015.