|
JoeSNMP API 0.3.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsnEncoder | |
org.opennms.protocols.snmp | |
org.opennms.protocols.snmp.asn1 |
Uses of AsnEncoder in org.opennms.protocols.snmp |
Fields in org.opennms.protocols.snmp declared as AsnEncoder | |
private AsnEncoder |
SnmpAgentSession.m_encoder
ASN.1 codec used to encode/decode snmp traps that are sent and received by this session. |
private AsnEncoder |
SnmpPortal.m_encoder
ASN.1 encoder used to decode the SNMP messages. |
private AsnEncoder |
SnmpTrapSession.m_encoder
ASN.1 codec used to encode/decode snmp traps that are sent and received by this session. |
private AsnEncoder |
SnmpParameters.m_encoder
The AsnEncoder object used by the session to encode and decode information. |
static AsnEncoder |
SnmpParameters.defaultEncoder
The AsnEncoder used by default. |
(package private) AsnEncoder |
SnmpSession.m_encoder
ASN encoder |
Methods in org.opennms.protocols.snmp that return AsnEncoder | |
AsnEncoder |
SnmpAgentSession.getAsnEncoder()
Gets the AsnEncoder for the session. |
(package private) AsnEncoder |
SnmpPortal.getAsnEncoder()
Gets the AsnEncoder for the session. |
AsnEncoder |
SnmpTrapSession.getAsnEncoder()
Gets the AsnEncoder for the session. |
AsnEncoder |
SnmpParameters.getEncoder()
Retreives the current ASN.1 encoder object. |
AsnEncoder |
SnmpSession.getAsnEncoder()
Gets the AsnEncoder for the session. |
Methods in org.opennms.protocols.snmp with parameters of type AsnEncoder | |
void |
SnmpAgentSession.setAsnEncoder(AsnEncoder encoder)
Sets the default encoder. |
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 |
SnmpPduPacket.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Decodes the protocol data unit from the passed buffer. |
int |
SnmpNull.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to encode the null value into an ASN.1 buffer. |
int |
SnmpNull.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to decode the null value from the 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 |
SnmpSyntax.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Decodes the ASN.1 buffer and sets the values in the SnmpSyntax object. |
(package private) void |
SnmpPortal.setAsnEncoder(AsnEncoder encoder)
Sets the default encoder. |
void |
SnmpTrapSession.setAsnEncoder(AsnEncoder encoder)
Sets the default encoder. |
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 |
SnmpPduTrap.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Decodes the protocol data unit from the passed buffer. |
int |
SnmpV2Error.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Encodes the SNMPv2 error into the passed buffer using the encoder object. |
int |
SnmpV2Error.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Decodes the passed buffer and updates the object to match the encoded information. |
int |
SnmpIPAddress.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Decodes the ASN.1 octet string from the passed buffer. |
int |
SnmpInt32.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to encode the integer value into an ASN.1 buffer. |
int |
SnmpInt32.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to decode the integer value from the ASN.1 buffer. |
void |
SnmpParameters.setEncoder(AsnEncoder encoder)
Sets the ASN.1 encoder. |
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. |
int |
SnmpOctetString.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Decodes the ASN.1 octet string from the passed buffer. |
void |
SnmpSession.setAsnEncoder(AsnEncoder encoder)
Sets the default encoder. |
int |
SnmpUInt32.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to encode the integer value into an ASN.1 buffer. |
int |
SnmpUInt32.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to decode the integer value from the 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 |
SnmpObjectId.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Decodes the ASN.1 object identifer from the passed buffer. |
int |
SnmpVarBind.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Encodes the SnmpVarBind object into the passed buffer. |
int |
SnmpVarBind.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to recover the encoded variable data from the passed ASN.1 buffer. |
int |
SnmpCounter64.encodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to encode the integer value into an ASN.1 buffer. |
int |
SnmpCounter64.decodeASN(byte[] buf,
int offset,
AsnEncoder encoder)
Used to decode the integer value from the ASN.1 buffer. |
Constructors in org.opennms.protocols.snmp with parameters of type AsnEncoder | |
SnmpPortal(SnmpPacketHandler handler,
AsnEncoder encoder,
int port)
The SnmpPortal constructor. |
|
SnmpPortal(SnmpPacketHandler handler,
AsnEncoder encoder,
int port,
java.net.InetAddress laddr)
The SnmpPortal constructor. |
|
SnmpPortal(SnmpPacketHandler handler,
AsnEncoder encoder,
int port,
java.net.InetAddress laddr,
int numOfThreads)
The SnmpPortal constructor. |
Uses of AsnEncoder in org.opennms.protocols.snmp.asn1 |
Classes in org.opennms.protocols.snmp.asn1 that implement AsnEncoder | |
class |
BerEncoder
The BerEncoder class is used to implement the AsnEncoder interface for the Basic Encoding Rules (BER). |
|
JoeSNMP API 0.3.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |