Uses of Class
org.snmp4j.smi.SMIAddress

Packages that use SMIAddress
Package
Description
Provides classes for the representation of SMIv1/v2 data types (which also includes some basic ASN.1 primitive data types).
  • Uses of SMIAddress in org.snmp4j.smi

    Subclasses of SMIAddress in org.snmp4j.smi
    Modifier and Type
    Class
    Description
    class 
    The GenericAddress implements the decorator and factory design pattern to provide a generic address type.
    class 
    The IpAddress class represents an IPv4 address SNMP variable.
    class 
    The SshAddress represents a SSH transport addresses as defined by RFC 5592 SnmpSSHAddress textual convention.
    class 
    The TcpAddress represents TCP/IP transport addresses.
    class 
    The SshAddress represents a SSH transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.
    class 
    The TransportIpAddress is the abstract base class for all transport addresses on top of IP network addresses.
    class 
    The UdpAddress represents UDP/IP transport addresses.
    Methods in org.snmp4j.smi with parameters of type SMIAddress
    Modifier and Type
    Method
    Description
    void
    GenericAddress.setAddress(SMIAddress address)
     
    Constructors in org.snmp4j.smi with parameters of type SMIAddress
    Modifier
    Constructor
    Description