public interface MibTrapV1Support
SNMPv1 traps contain several fields that are represented in a manner similar to variable bindings, but for which no managed object type is defined. An implementation of this class provides basic formatting support for these fields.
 This API is primarily intended to support
 SnmpProvider implementations.
| Modifier and Type | Method and Description | 
|---|---|
Formatter | 
getGenericTrapFormatter()
Gets a formatter for the  
generic-trap field of a V1 TRAP PDU. | 
Formatter | 
getSpecificTrapFormatter()
Gets a formatter for the  
specific-trap field of a V1 TRAP PDU. | 
Formatter | 
getTimestampFormatter()
Gets a formatter for the  
timestamp field of a V1 TRAP PDU. | 
Formatter getGenericTrapFormatter()
generic-trap field of a V1 TRAP PDU.Formatter getSpecificTrapFormatter()
specific-trap field of a V1 TRAP PDU.Formatter getTimestampFormatter()
timestamp field of a V1 TRAP PDU.Copyright © 2012–2015. All rights reserved.