Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.smi |
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
|
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
Modifier and Type | Method and Description |
---|---|
IpAddress |
PDUv1.getAgentAddress()
Gets the IP address of the originator system of this SNMPv1 trap.
|
Modifier and Type | Method and Description |
---|---|
void |
PDUv1.setAgentAddress(IpAddress agentAddress)
Sets the IP address of the originator system of this SNMPv1 trap.
|
Modifier and Type | Class and Description |
---|---|
class |
SshAddress
The
SshAddress represents a SSH transport addresses as defined
by RFC 5592 SnmpSSHAddress textual convention. |
class |
TcpAddress
The
TcpAddress represents TCP/IP transport addresses. |
class |
TlsAddress
The
SshAddress represents a SSH transport addresses as defined
by RFC 5953 SnmpTSLAddress textual convention. |
class |
TransportIpAddress
The
TransportIpAddress is the abstract base class for all
transport addresses on top of IP network addresses. |
class |
UdpAddress
The
UdpAddress represents UDP/IP transport addresses. |
Modifier and Type | Class and Description |
---|---|
class |
DummyTransport<A extends IpAddress>
The
DummyTransport is a test TransportMapping for Command Generators
which actually does not sent messages over the network. |
Copyright © 2015 SNMP4J.org. All rights reserved.