1utility_handlers(3)                net-snmp                utility_handlers(3)
2
3
4

NAME

6       utility_handlers - Simplify request processing A group of handlers
7       intended to simplify certain aspects of processing a request for a MIB
8       object.
9
10
11   Modules
12       bulk_to_next
13           Convert GETBULK requests into GETNEXT requests for the handler.
14
15       cache_handler
16           Maintains a cache of data for use by lower level handlers.
17
18       debug
19           Print out debugging information about the handler chain being
20           called.
21
22       mode_end_call
23           At the end of a series of requests, call another handler hook.
24
25       multiplexer
26           Splits mode requests into calls to different handlers.
27
28       read_only
29           Make your handler read_only automatically The only purpose of this
30           handler is to return an appropriate error for any requests passed
31           to it in a SET mode.
32
33       row_merge
34           Calls sub handlers with request for one row at a time.
35
36       serialize
37           Calls sub handlers one request at a time.
38
39       stash_to_next
40           Convert GET_STASH requests into GETNEXT requests for the handler.
41

Detailed Description

43       Simplify request processing A group of handlers intended to simplify
44       certain aspects of processing a request for a MIB object.
45
46       These helpers do not implement any MIB objects themselves. Rather they
47       handle specific generic situations, either returning an error, or
48       passing a (possibly simpler) request down to lower level handlers.
49
50
51
52Version 5.4                       24 Nov 2006              utility_handlers(3)
Impressum