⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snmpsequence.html

📁 snmp inquistor Pour la communication avec les agents SNMP on utilise un package Java open source
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TD><CODE><B><A HREF="../../snmp/SNMPv2TrapPDU.html" title="class in snmp">SNMPv2TrapPDU</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The SNMPv2TrapPDU class represents an SNMPv2 Trap PDU from RFC 1448, as indicated below.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../snmp/SNMPVarBindList.html" title="class in snmp">SNMPVarBindList</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The SNMPVarBindList class is a specialization of SNMPSequence that contains a list of    SNMPVariablePair objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../snmp/SNMPVariablePair.html" title="class in snmp">SNMPVariablePair</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The SNMPVariablePair class implements the VarBind specification detailed below from RFC 1157.</TD>
</TR>
</TABLE>
&nbsp;
<P>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../snmp/package-summary.html">snmp</A> that return <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A></CODE></FONT></TD>
<TD><CODE><B>SNMPPDU.</B><B><A HREF="../../snmp/SNMPPDU.html#getVarBindList()">getVarBindList</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A utility method that extracts the variable binding list from the pdu.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A></CODE></FONT></TD>
<TD><CODE><B>SNMPv1TrapPDU.</B><B><A HREF="../../snmp/SNMPv1TrapPDU.html#getVarBindList()">getVarBindList</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A utility method that extracts the variable binding list from the pdu.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A></CODE></FONT></TD>
<TD><CODE><B>SNMPv2BulkRequestPDU.</B><B><A HREF="../../snmp/SNMPv2BulkRequestPDU.html#getVarBindList()">getVarBindList</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A utility method that extracts the variable binding list from the pdu.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A></CODE></FONT></TD>
<TD><CODE><B>SNMPRequestListener.</B><B><A HREF="../../snmp/SNMPRequestListener.html#processGetNextRequest(snmp.SNMPPDU, java.lang.String)">processGetNextRequest</A></B>(<A HREF="../../snmp/SNMPPDU.html" title="class in snmp">SNMPPDU</A>&nbsp;requestPDU,
                      java.lang.String&nbsp;communityName)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles Get-Next- request messages.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A></CODE></FONT></TD>
<TD><CODE><B>SNMPRequestListener.</B><B><A HREF="../../snmp/SNMPRequestListener.html#processRequest(snmp.SNMPPDU, java.lang.String)">processRequest</A></B>(<A HREF="../../snmp/SNMPPDU.html" title="class in snmp">SNMPPDU</A>&nbsp;requestPDU,
               java.lang.String&nbsp;communityName)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles Get- or Set- request messages.</TD>
</TR>
</TABLE>
&nbsp;
<P>

<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../snmp/package-summary.html">snmp</A> with parameters of type <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPPDU.html#SNMPPDU(byte, int, int, int, snmp.SNMPSequence)">SNMPPDU</A></B>(byte&nbsp;pduType,
        int&nbsp;requestID,
        int&nbsp;errorStatus,
        int&nbsp;errorIndex,
        <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A>&nbsp;varList)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new PDU of the specified type, with given request ID, error status, and error index,    and containing the supplied SNMP sequence as data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv1TrapPDU.html#SNMPv1TrapPDU(snmp.SNMPObjectIdentifier, snmp.SNMPIPAddress, int, int, snmp.SNMPTimeTicks, snmp.SNMPSequence)">SNMPv1TrapPDU</A></B>(<A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A>&nbsp;enterpriseOID,
              <A HREF="../../snmp/SNMPIPAddress.html" title="class in snmp">SNMPIPAddress</A>&nbsp;agentAddress,
              int&nbsp;genericTrap,
              int&nbsp;specificTrap,
              <A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A>&nbsp;timestamp,
              <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A>&nbsp;varList)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Trap PDU of the specified type, with given request ID, error status, and error index,    and containing the supplied SNMP sequence as data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2BulkRequestPDU.html#SNMPv2BulkRequestPDU(int, int, int, snmp.SNMPSequence)">SNMPv2BulkRequestPDU</A></B>(int&nbsp;requestID,
                     int&nbsp;nonRepeaters,
                     int&nbsp;maxRepetitions,
                     <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A>&nbsp;varList)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new PDU of the specified type, with given request ID, non-repeaters, and max-repetitions fields,    and containing the supplied SNMP sequence as data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2InformRequestPDU.html#SNMPv2InformRequestPDU(snmp.SNMPTimeTicks, snmp.SNMPObjectIdentifier, snmp.SNMPSequence)">SNMPv2InformRequestPDU</A></B>(<A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A>&nbsp;sysUptime,
                       <A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A>&nbsp;snmpTrapOID,
                       <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A>&nbsp;varList)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Inform Request PDU with given trapOID and sysUptime,    and containing the supplied SNMP sequence as data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2TrapPDU.html#SNMPv2TrapPDU(snmp.SNMPTimeTicks, snmp.SNMPObjectIdentifier, snmp.SNMPSequence)">SNMPv2TrapPDU</A></B>(<A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A>&nbsp;sysUptime,
              <A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A>&nbsp;snmpTrapOID,
              <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A>&nbsp;varList)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Trap PDU with given trapOID and sysUptime,    and containing the supplied SNMP sequence as data.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../snmp/SNMPSequence.html" title="class in snmp"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../index.html?snmp/\class-useSNMPSequence.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="SNMPSequence.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -