|
JoeSNMP API 0.3.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsnEncodingException | |
---|---|
org.opennms.protocols.snmp | |
org.opennms.protocols.snmp.asn1 |
Uses of AsnEncodingException in org.opennms.protocols.snmp |
---|
Methods in org.opennms.protocols.snmp that throw AsnEncodingException | |
---|---|
private SnmpSession.ByteArrayInfo |
SnmpSession.encode(SnmpPduTrap pdu)
This method is used to encode the passed protocol data unit and return the encoding. |
private SnmpSession.ByteArrayInfo |
SnmpSession.encode(SnmpPeer peer,
SnmpPduPacket pdu)
This method is used to encode the passed protocol data unit and return the encoding. |
int |
SnmpV2Error.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Encodes the SNMPv2 error into the passed buffer using the encoder object. |
int |
SnmpUInt32.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to encode the integer value into an ASN.1 buffer. |
int |
SnmpSyntax.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Encodes the data object in the specified buffer using the AsnEncoder object |
int |
SnmpPduPacket.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Encodes the protocol data unit using the passed encoder and stores the results in the passed buffer. |
int |
SnmpInt32.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to encode the integer value into an ASN.1 buffer. |
int |
SnmpCounter64.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to encode the integer value into an ASN.1 buffer. |
int |
SnmpNull.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to encode the null value into an ASN.1 buffer. |
int |
SnmpObjectId.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Encodes the ASN.1 object identifier using the passed encoder and stores the results in the passed buffer. |
int |
SnmpVarBind.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Encodes the SnmpVarBind object into the passed buffer. |
int |
SnmpPduTrap.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Encodes the protocol data unit using the passed encoder and stores the results in the passed buffer. |
int |
SnmpOctetString.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Encodes the ASN.1 octet string using the passed encoder and stores the results in the passed buffer. |
void |
SnmpTrapSession.send(SnmpPeer peer,
SnmpPduPacket pdu)
Transmits the specified SnmpRequest to the SnmpPeer defined. |
void |
SnmpAgentSession.send(SnmpPeer peer,
SnmpPduPacket pdu)
Transmits the specified SnmpRequest to the SnmpPeer defined. |
void |
SnmpTrapSession.send(SnmpPeer peer,
SnmpPduTrap trap)
Transmits the specified SnmpPduTrap to the SnmpPeer defined The SnmpPduTrap is encoded using the peer AsnEncoder, as defined by the SnmpParameters. |
(package private) void |
SnmpSession.transmit(SnmpRequest req)
Transmits the specified SnmpRequest to the SnmpPeer defined by the session. |
Uses of AsnEncodingException in org.opennms.protocols.snmp.asn1 |
---|
Methods in org.opennms.protocols.snmp.asn1 that throw AsnEncodingException | |
---|---|
int |
AsnEncoder.buildHeader(byte[] buf,
int startOffset,
byte asnType,
int asnLength)
The buildHeader() method is used to encode an ASN.1 header into the specified byte buffer. |
int |
BerEncoder.buildHeader(byte[] buf,
int startOffset,
byte asnType,
int asnLength)
The buildHeader() method is used to encode an ASN.1 header into the specified byte buffer. |
int |
AsnEncoder.buildInteger32(byte[] buf,
int startOffset,
byte asnType,
int asnInt32)
The buildInteger32() method is used to encode an ASN.1 32-bit signed integer into the specified byte buffer. |
int |
BerEncoder.buildInteger32(byte[] buf,
int startOffset,
byte asnType,
int asnInt32)
The buildInteger32() method is used to encode an ASN.1 32-bit signed integer into the specified byte buffer. |
int |
AsnEncoder.buildLength(byte[] buf,
int startOffset,
int asnLength)
The buildLength() method is used to encode an ASN.1 length into the specified byte buffer. |
int |
BerEncoder.buildLength(byte[] buf,
int startOffset,
int asnLength)
The buildLength() method is used to encode an ASN.1 length into the specified byte buffer. |
int |
AsnEncoder.buildNull(byte[] buf,
int startOffset,
byte asnType)
The buildNull() method is used to encode an ASN.1 NULL value into the specified byte buffer. |
int |
BerEncoder.buildNull(byte[] buf,
int startOffset,
byte asnType)
The buildNull() method is used to encode an ASN.1 NULL value into the specified byte buffer. |
int |
AsnEncoder.buildObjectId(byte[] buf,
int startOffset,
byte asnType,
int[] oids)
The buildObjectId() method is used to encode an ASN.1 object id value into the specified byte buffer. |
int |
BerEncoder.buildObjectId(byte[] buf,
int startOffset,
byte asnType,
int[] oids)
The buildObjectId() method is used to encode an ASN.1 object id value into the specified byte buffer. |
int |
AsnEncoder.buildString(byte[] buf,
int startOffset,
byte asnType,
byte[] opaque)
The buildString() method is used to encode an ASN.1 string value into the specified byte buffer. |
int |
BerEncoder.buildString(byte[] buf,
int startOffset,
byte asnType,
byte[] opaque)
The buildString() method is used to encode an ASN.1 string value into the specified byte buffer. |
int |
AsnEncoder.buildUInteger32(byte[] buf,
int startOffset,
byte asnType,
long asnUInt32)
The buildUInteger32() method is used to encode an ASN.1 32-bit unsigned integer into the specified byte buffer. |
int |
BerEncoder.buildUInteger32(byte[] buf,
int startOffset,
byte asnType,
long asnUInt32)
The buildUInteger32() method is used to encode an ASN.1 32-bit unsigned integer into the specified byte buffer. |
int |
AsnEncoder.buildUInteger64(byte[] buf,
int startOffset,
byte asnType,
java.math.BigInteger asnUInt64)
The buildUInteger64() method is used to encode an ASN.1 64-bit unsigned integer into the specified byte buffer. |
int |
BerEncoder.buildUInteger64(byte[] buf,
int startOffset,
byte asnType,
java.math.BigInteger asnUInt64)
The buildUInteger64() method is used to encode an ASN.1 64-bit unsigned integer into the specified byte buffer. |
|
JoeSNMP API 0.3.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |