Uses of Package
org.snmp4j.smi

Packages that use org.snmp4j.smi
org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. 
org.snmp4j.event Provides classes and interfaces for SNMP4J event processing. 
org.snmp4j.mp Provides classes and interfaces for the SNMP message processing. 
org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) 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.tools.console   
org.snmp4j.transport Provides transport protocol mappings for SNMP. 
org.snmp4j.transport.tls   
org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. 
 

Classes in org.snmp4j.smi used by org.snmp4j
Address
          The Address interface serves as a base class for all SNMP transport addresses.
Integer32
          The Integer32 represents 32bit signed integer values for SNMP.
IpAddress
          The IpAddress class represents an IPv4 address SNMP variable.
OctetString
          The OctetString class represents the SMI type OCTET STRING.
OID
          The Object Identifier Class.
Variable
          The Variable interface defines common attributes of all SNMP variables.
VariableBinding
          A VariableBinding is an association of a object instance identifier (OID) and the instance's value (Variable).
 

Classes in org.snmp4j.smi used by org.snmp4j.event
Address
          The Address interface serves as a base class for all SNMP transport addresses.
OctetString
          The OctetString class represents the SMI type OCTET STRING.
OID
          The Object Identifier Class.
Variable
          The Variable interface defines common attributes of all SNMP variables.
 

Classes in org.snmp4j.smi used by org.snmp4j.mp
Address
          The Address interface serves as a base class for all SNMP transport addresses.
Counter32
          The Counter32 class allows all the functionality of unsigned integers but is recognized as a distinct SMI type, which is used for monotonically increasing values that wrap around at 2^32-1 (4294967295).
Integer32
          The Integer32 represents 32bit signed integer values for SNMP.
OctetString
          The OctetString class represents the SMI type OCTET STRING.
OID
          The Object Identifier Class.
VariableBinding
          A VariableBinding is an association of a object instance identifier (OID) and the instance's value (Variable).
 

Classes in org.snmp4j.smi used by org.snmp4j.security
AbstractVariable
          The Variable abstract class is the base class for all SNMP variables.
Address
          The Address interface serves as a base class for all SNMP transport addresses.
AssignableFromByteArray
          The AssignableFromByteArray interface describes objects whose value can be set from a byte array and converted back to a byte array.
AssignableFromString
           
Integer32
          The Integer32 represents 32bit signed integer values for SNMP.
OctetString
          The OctetString class represents the SMI type OCTET STRING.
OID
          The Object Identifier Class.
Variable
          The Variable interface defines common attributes of all SNMP variables.
 

Classes in org.snmp4j.smi used by org.snmp4j.smi
AbstractVariable
          The Variable abstract class is the base class for all SNMP variables.
Address
          The Address interface serves as a base class for all SNMP transport addresses.
AssignableFromByteArray
          The AssignableFromByteArray interface describes objects whose value can be set from a byte array and converted back to a byte array.
AssignableFromIntArray
          The AssignableFromIntArray interface describes objects whose value can be set from an int array and converted back to an int array.
AssignableFromInteger
           
AssignableFromLong
           
AssignableFromString
           
IpAddress
          The IpAddress class represents an IPv4 address SNMP variable.
Null
          The Null class represents SMI Null and the derived SMIv2 exception syntaxes.
OctetString
          The OctetString class represents the SMI type OCTET STRING.
OID
          The Object Identifier Class.
SMIAddress
          A SMIAddress is an address that is defined by the Structure of Management Information (SMI) and can be thereby serialized through the Basic Encoding Rules (BER) used by the SNMP protocol.
TcpAddress
          The TcpAddress represents TCP/IP transport addresses.
TimeTicks
          The TimeTicks class represents the time in 1/100 seconds since some epoch (which should be have been defined in the corresponding MIB specification).
TransportIpAddress
          The TransportIpAddress is the abstract base class for all transport addresses on top of IP network addresses.
UnsignedInteger32
          UnsignedInteger32 type is an SNMP type that represents unsigned 32bit integer values (0 to 4294967295).
Variable
          The Variable interface defines common attributes of all SNMP variables.
VariantVariable
          The VariantVariable provides a decorator for any type of Variable instance, to be able to intercept or monitor variable value modification by using a VariantVariableCallback.
VariantVariableCallback
          The VariantVariableCallback can be implemented by objects that want to intercept/monitor reading and writing of a VariantVariable's value.
 

Classes in org.snmp4j.smi used by org.snmp4j.tools.console
Address
          The Address interface serves as a base class for all SNMP transport addresses.
OctetString
          The OctetString class represents the SMI type OCTET STRING.
OID
          The Object Identifier Class.
TimeTicks
          The TimeTicks class represents the time in 1/100 seconds since some epoch (which should be have been defined in the corresponding MIB specification).
VariableBinding
          A VariableBinding is an association of a object instance identifier (OID) and the instance's value (Variable).
 

Classes in org.snmp4j.smi used by org.snmp4j.transport
Address
          The Address interface serves as a base class for all SNMP transport addresses.
IpAddress
          The IpAddress class represents an IPv4 address SNMP variable.
OctetString
          The OctetString class represents the SMI type OCTET STRING.
SshAddress
          The SshAddress represents a SSH transport addresses as defined by RFC 5592 SnmpSSHAddress textual convention.
TcpAddress
          The TcpAddress represents TCP/IP transport addresses.
TlsAddress
          The SshAddress represents a SSH transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.
UdpAddress
          The UdpAddress represents UDP/IP transport addresses.
 

Classes in org.snmp4j.smi used by org.snmp4j.transport.tls
Address
          The Address interface serves as a base class for all SNMP transport addresses.
OctetString
          The OctetString class represents the SMI type OCTET STRING.
 

Classes in org.snmp4j.smi used by org.snmp4j.util
Address
          The Address interface serves as a base class for all SNMP transport addresses.
OctetString
          The OctetString class represents the SMI type OCTET STRING.
OID
          The Object Identifier Class.
Variable
          The Variable interface defines common attributes of all SNMP variables.
VariableBinding
          A VariableBinding is an association of a object instance identifier (OID) and the instance's value (Variable).
 


Copyright 2005-2011 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.