Uses of Interface
org.snmp4j.smi.AssignableFromByteArray

Packages that use AssignableFromByteArray
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 AssignableFromByteArray in org.snmp4j.smi
 

Classes in org.snmp4j.smi that implement AssignableFromByteArray
 class BitString
          The BitString class represents the obsolete SMI type BIT STRING which has been defined in RFC 1442 (an SNMPv2 draft) but which has been obsoleteted by RFC 1902 and RFC 2578.
 class OctetString
          The OctetString class represents the SMI type OCTET STRING.
 class Opaque
          The Opaque class represents the SMI type Opaque which is used to transparently exchange BER encoded values.
 class 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.
 


Copyright 2005-2009 Frank Fock (SNMP4J.org)

Copyright © 2009 SNMP4J.org. All Rights Reserved.