Searched refs:SnmpMsg (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/mpm/
H A DSnmpMsgTranslator.java28 import com.sun.jmx.snmp.SnmpMsg;
39 public int getMsgId(SnmpMsg msg);
43 public int getMsgMaxSize(SnmpMsg msg);
47 public byte getMsgFlags(SnmpMsg msg);
51 public int getMsgSecurityModel(SnmpMsg msg);
55 public int getSecurityLevel(SnmpMsg msg);
59 public byte[] getFlatSecurityParameters(SnmpMsg msg);
63 public SnmpSecurityParameters getSecurityParameters(SnmpMsg msg);
67 public byte[] getContextEngineId(SnmpMsg msg);
71 public byte[] getContextName(SnmpMsg ms
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpPduFactory.java62 * Decodes the specified <CODE>SnmpMsg</CODE> and returns the
67 * @param msg The <CODE>SnmpMsg</CODE> to be decoded.
73 public SnmpPdu decodeSnmpPdu(SnmpMsg msg) throws SnmpStatusException ;
77 * returns the resulting <CODE>SnmpMsg</CODE>. If this
84 * @return Null or a fully encoded <CODE>SnmpMsg</CODE>.
92 public SnmpMsg encodeSnmpPdu(SnmpPdu p, int maxDataLength)
H A DSnmpPduFactoryBER.java40 import com.sun.jmx.snmp.SnmpMsg;
55 * {@link com.sun.jmx.snmp.SnmpMsg}.
58 * public SnmpPdu decodeSnmpPdu(SnmpMsg msg)
63 * public SnmpMsg encodeSnmpPdu(SnmpPdu pdu, int maxPktSize)
65 * SnmpMsg result = new SnmpMessage() ; // for SNMP v1/v2
67 * SnmpMsg result = new SnmpV3Message() ; // for SNMP v3
83 * Calls {@link com.sun.jmx.snmp.SnmpMsg#decodeSnmpPdu SnmpMsg.decodeSnmpPdu}
92 public SnmpPdu decodeSnmpPdu(SnmpMsg msg) throws SnmpStatusException {
98 * returns the resulting <CODE>SnmpMsg</COD
[all...]
H A DSnmpV3Message.java41 import com.sun.jmx.snmp.SnmpMsg;
96 public class SnmpV3Message extends SnmpMsg {
H A DSnmpMessage.java64 public class SnmpMessage extends SnmpMsg implements SnmpDefinitions {
H A DSnmpMsg.java44 public abstract class SnmpMsg implements SnmpDefinitions { class in inherits:SnmpDefinitions
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpOutgoingRequest.java34 import com.sun.jmx.snmp.SnmpMsg;
80 public SnmpMsg encodeSnmpPdu(SnmpPdu p,
H A DSnmpIncomingRequest.java33 import com.sun.jmx.snmp.SnmpMsg;
139 public SnmpMsg encodeSnmpPdu(SnmpPdu p,
H A DSnmpIncomingResponse.java34 import com.sun.jmx.snmp.SnmpMsg;
93 public SnmpMsg decodeMessage(byte[] inputBytes,
H A DSnmpMsgProcessingSubSystem.java28 import com.sun.jmx.snmp.SnmpMsg;

Completed in 224 milliseconds