Uses of Class
org.snmp4j.smi.IpAddress
Packages that use IpAddress
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
Provides transport protocol mappings for SNMP.
-
Uses of IpAddress in org.snmp4j
Methods in org.snmp4j that return IpAddressModifier and TypeMethodDescriptionPDUv1.getAgentAddress()Gets the IP address of the originator system of this SNMPv1 trap.Methods in org.snmp4j with parameters of type IpAddressModifier and TypeMethodDescriptionvoidPDUv1.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.smiModifier and TypeClassDescriptionclassTheSshAddressrepresents a SSH transport addresses as defined by RFC 5592 SnmpSSHAddress textual convention.classTheTcpAddressrepresents TCP/IP transport addresses.classTheSshAddressrepresents a SSH transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.classTheTransportIpAddressis the abstract base class for all transport addresses on top of IP network addresses.classTheUdpAddressrepresents UDP/IP transport addresses. -
Uses of IpAddress in org.snmp4j.transport
Classes in org.snmp4j.transport with type parameters of type IpAddressModifier and TypeClassDescriptionclassDummyTransport<A extends IpAddress>TheDummyTransportis a test TransportMapping for Command Generators which actually does not sent messages over the network.