Package | Description |
---|---|
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultTcpTransportMapping.SnmpMesssageLengthDecoder |
Modifier and Type | Method and Description |
---|---|
MessageLengthDecoder |
TLSTM.getMessageLengthDecoder() |
MessageLengthDecoder |
DefaultTcpTransportMapping.getMessageLengthDecoder() |
abstract MessageLengthDecoder |
TcpTransportMapping.getMessageLengthDecoder()
Returns the
MessageLengthDecoder used by this transport
mapping. |
MessageLengthDecoder |
ConnectionOrientedTransportMapping.getMessageLengthDecoder()
Returns the
MessageLengthDecoder used by this transport
mapping. |
Modifier and Type | Method and Description |
---|---|
void |
TLSTM.setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder) |
void |
DefaultTcpTransportMapping.setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
Sets the message length decoder.
|
abstract void |
TcpTransportMapping.setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
Sets the
MessageLengthDecoder that decodes the total
message length from the header of a message. |
void |
ConnectionOrientedTransportMapping.setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
Sets the
MessageLengthDecoder that decodes the total
message length from the header of a message. |
Copyright © 2024 SNMP4J.org. All rights reserved.