Uses of Class
org.snmp4j.smi.IpAddress
-
Packages that use IpAddress 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. -
-
Uses of IpAddress in org.snmp4j
Fields in org.snmp4j declared as IpAddress Modifier and Type Field Description private IpAddress
PDUv1. agentAddress
Methods in org.snmp4j that return IpAddress Modifier and Type Method Description IpAddress
PDUv1. getAgentAddress()
Gets the IP address of the originator system of this SNMPv1 trap.Methods in org.snmp4j with parameters of type IpAddress Modifier and Type Method Description void
PDUv1. setAgentAddress(IpAddress agentAddress)
Sets the IP address of the originator system of this SNMPv1 trap. -
Uses of IpAddress in org.snmp4j.smi
Subclasses of IpAddress in org.snmp4j.smi Modifier and Type Class Description class
DtlsAddress
TheTlsAddress
represents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.class
TcpAddress
TheTcpAddress
represents TCP/IP transport addresses.class
TlsAddress
TheTlsAddress
represents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.class
TransportIpAddress
TheTransportIpAddress
is the abstract base class for all transport addresses on top of IP network addresses.class
UdpAddress
TheUdpAddress
represents UDP/IP transport addresses. -
Uses of IpAddress in org.snmp4j.transport
Classes in org.snmp4j.transport with type parameters of type IpAddress Modifier and Type Class Description class
DummyTransport<A extends IpAddress>
TheDummyTransport
is a test TransportMapping for Command Generators which actually does not sent messages over the network.Fields in org.snmp4j.transport declared as IpAddress Modifier and Type Field Description private A
DummyTransport. listenAddress
private A
DummyTransport. receiverAddress
-