Dave Shield | 39203f2 | 2012-05-31 10:54:27 +0100 | [diff] [blame] | 1 | .TH "utility_handlers" 3 "31 May 2012" "Version 5.5.2.rc2" "net-snmp" \" -*- nroff -*- |
Dave Shield | 00ef569 | 2011-02-22 08:55:48 +0000 | [diff] [blame] | 2 | .ad l |
| 3 | .nh |
| 4 | .SH NAME |
| 5 | utility_handlers \- |
| 6 | .PP |
| 7 | Simplify request processing A group of handlers intended to simplify certain aspects of processing a request for a MIB object. |
| 8 | |
| 9 | .SS "Modules" |
| 10 | |
| 11 | .in +1c |
| 12 | .ti -1c |
| 13 | .RI "\fBbulk_to_next\fP" |
| 14 | .br |
| 15 | .PP |
| 16 | |
| 17 | .RI "\fIConvert GETBULK requests into GETNEXT requests for the handler. \fP" |
| 18 | .ti -1c |
| 19 | .RI "\fBcache_handler\fP" |
| 20 | .br |
| 21 | .PP |
| 22 | |
| 23 | .RI "\fIMaintains a cache of data for use by lower level handlers. \fP" |
| 24 | .ti -1c |
| 25 | .RI "\fBdebug\fP" |
| 26 | .br |
| 27 | .PP |
| 28 | |
| 29 | .RI "\fIPrint out debugging information about the handler chain being called. \fP" |
| 30 | .ti -1c |
| 31 | .RI "\fBmode_end_call\fP" |
| 32 | .br |
| 33 | .PP |
| 34 | |
| 35 | .RI "\fIAt the end of a series of requests, call another handler hook. \fP" |
| 36 | .ti -1c |
| 37 | .RI "\fBmultiplexer\fP" |
| 38 | .br |
| 39 | .PP |
| 40 | |
| 41 | .RI "\fISplits mode requests into calls to different handlers. \fP" |
| 42 | .ti -1c |
| 43 | .RI "\fBread_only\fP" |
| 44 | .br |
| 45 | .PP |
| 46 | |
| 47 | .RI "\fIMake your handler read_only automatically The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode. \fP" |
| 48 | .ti -1c |
| 49 | .RI "\fBrow_merge\fP" |
| 50 | .br |
| 51 | .PP |
| 52 | |
| 53 | .RI "\fICalls sub handlers with request for one row at a time. \fP" |
| 54 | .ti -1c |
| 55 | .RI "\fBserialize\fP" |
| 56 | .br |
| 57 | .PP |
| 58 | |
| 59 | .RI "\fICalls sub handlers one request at a time. \fP" |
| 60 | .ti -1c |
| 61 | .RI "\fBstash_to_next\fP" |
| 62 | .br |
| 63 | .PP |
| 64 | |
| 65 | .RI "\fIConvert GET_STASH requests into GETNEXT requests for the handler. \fP" |
| 66 | .in -1c |
| 67 | .SH "Detailed Description" |
| 68 | .PP |
| 69 | Simplify request processing A group of handlers intended to simplify certain aspects of processing a request for a MIB object. |
| 70 | |
| 71 | These helpers do not implement any MIB objects themselves. Rather they handle specific generic situations, either returning an error, or passing a (possibly simpler) request down to lower level handlers. |
| 72 | .SH "Author" |
| 73 | .PP |
| 74 | Generated automatically by Doxygen for net-snmp from the source code. |