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