Package | Description |
---|---|
org.opennms.protocols.snmp |
Modifier and Type | Class and Description |
---|---|
private class |
SnmpAgentSession.AgentHandler
The internal trap handler class is designed to
receive information from the enclosed SnmpPortal
class.
|
private class |
SnmpSession.SessionHandler
Inner class SessionHandler implements the interface
SnmpPacketHandler to handle callbacks from the SnmpPortal
|
private class |
SnmpTrapSession.TrapHandler
The internal trap handler class is designed to
receive information from the enclosed SnmpPortal
class.
|
Modifier and Type | Field and Description |
---|---|
private SnmpPacketHandler |
SnmpPortal.m_handler
The packet handler that is used to process
received SNMP packets and invalid datagrams.
|
Modifier and Type | Method and Description |
---|---|
(package private) SnmpPacketHandler |
SnmpPortal.getPacketHandler()
Gets the default SnmpPacketHandler for the session.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
SnmpPortal.setPacketHandler(SnmpPacketHandler hdl)
Sets the default SnmpPacketHandler.
|
Constructor and Description |
---|
SnmpPortal(SnmpPacketHandler handler,
AsnEncoder encoder,
int port)
The SnmpPortal constructor.
|
SnmpPortal(SnmpPacketHandler handler,
AsnEncoder encoder,
int port,
java.net.InetAddress laddr)
The SnmpPortal constructor.
|
SnmpPortal(SnmpPacketHandler handler,
AsnEncoder encoder,
int port,
java.net.InetAddress laddr,
int numOfThreads) |
SnmpPortal(SnmpPacketHandler handler,
AsnEncoder encoder,
int port,
java.net.InetAddress laddr,
int numOfThreads,
int receiveBufferSize,
int sendBufferSize)
The SnmpPortal constructor.
|
Generated by iurt on 2015.