public interface com.sun.jmx.snmp.internal.SnmpOutgoingRequest
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.jmx.snmp.internal.SnmpOutgoingRequest
super_class: java.lang.Object
{
public abstract com.sun.jmx.snmp.internal.SnmpSecurityCache getSecurityCache();
descriptor: ()Lcom/sun/jmx/snmp/internal/SnmpSecurityCache;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int encodeMessage(byte[]);
descriptor: ([B)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException, com.sun.jmx.snmp.SnmpTooBigException, com.sun.jmx.snmp.SnmpSecurityException, com.sun.jmx.snmp.SnmpUnknownSecModelException, com.sun.jmx.snmp.SnmpBadSecurityLevelException
MethodParameters:
Name Flags
outputBytes
public abstract com.sun.jmx.snmp.SnmpMsg encodeSnmpPdu(com.sun.jmx.snmp.SnmpPdu, int);
descriptor: (Lcom/sun/jmx/snmp/SnmpPdu;I)Lcom/sun/jmx/snmp/SnmpMsg;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException, com.sun.jmx.snmp.SnmpTooBigException
MethodParameters:
Name Flags
p
maxDataLength
public abstract java.lang.String printMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "SnmpOutgoingRequest.java"