public interface com.sun.jmx.snmp.internal.SnmpIncomingRequest
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.jmx.snmp.internal.SnmpIncomingRequest
super_class: java.lang.Object
{
public abstract com.sun.jmx.snmp.SnmpSecurityParameters getSecurityParameters();
descriptor: ()Lcom/sun/jmx/snmp/SnmpSecurityParameters;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isReport();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isResponse();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void noResponse();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String getPrincipal();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int getSecurityLevel();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int getSecurityModel();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract byte[] getContextName();
descriptor: ()[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract byte[] getContextEngineId();
descriptor: ()[B
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract byte[] getAccessContext();
descriptor: ()[B
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.SnmpTooBigException
MethodParameters:
Name Flags
outputBytes
public abstract void decodeMessage(byte[], int, java.net.InetAddress, int);
descriptor: ([BILjava/net/InetAddress;I)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException, com.sun.jmx.snmp.SnmpUnknownSecModelException, com.sun.jmx.snmp.SnmpBadSecurityLevelException
MethodParameters:
Name Flags
inputBytes
byteCount
address
port
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 com.sun.jmx.snmp.SnmpPdu decodeSnmpPdu();
descriptor: ()Lcom/sun/jmx/snmp/SnmpPdu;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException
public abstract java.lang.String printRequestMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String printResponseMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "SnmpIncomingRequest.java"