| Current File : //usr/share/doc/net-snmp/html/group__utilities.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>net-snmp: utility_handlers</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">net-snmp
 <span id="projectnumber">5.4.1</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#groups">Modules</a> </div>
<div class="headertitle">
<div class="title">utility_handlers</div> </div>
<div class="ingroups"><a class="el" href="group__handler.html">Net-SNMP Agent handler and extensibility API</a></div></div><!--header-->
<div class="contents">
<p>Simplify request processing A group of handlers intended to simplify certain aspects of processing a request for a MIB object.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="groups"></a>
Modules</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__bulk__to__next.html">bulk_to_next</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Convert GETBULK requests into GETNEXT requests for the handler. </p>
<br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__cache__handler.html">cache_handler</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Maintains a cache of data for use by lower level handlers. </p>
<br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__debug.html">debug</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Print out debugging information about the handler chain being called. </p>
<br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__mode__end__call.html">mode_end_call</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><p>At the end of a series of requests, call another handler hook. </p>
<br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__multiplexer.html">multiplexer</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Splits mode requests into calls to different handlers. </p>
<br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__read__only.html">read_only</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Make 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. </p>
<br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__row__merge.html">row_merge</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Calls sub handlers with request for one row at a time. </p>
<br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__serialize.html">serialize</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Calls sub handlers one request at a time. </p>
<br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__stash__to__next.html">stash_to_next</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><p>Convert GET_STASH requests into GETNEXT requests for the handler. </p>
<br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<p>Simplify request processing A group of handlers intended to simplify certain aspects of processing a request for a MIB object. </p>
<p>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. </p>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>