Uses of Class
org.snmp4j.smi.IpAddress

Packages that use IpAddress
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). 
 

Uses of IpAddress in org.snmp4j
 

Methods in org.snmp4j that return IpAddress
 IpAddress PDUv1.getAgentAddress()
          Gets the IP address of the originator system of this SNMPv1 trap.
 

Methods in org.snmp4j with parameters of type IpAddress
 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
 class TcpAddress
          The TcpAddress represents TCP/IP transport addresses.
 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.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.