|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageLengthDecoder | |
|---|---|
| org.snmp4j.transport | Provides transport protocol mappings for SNMP. |
| Uses of MessageLengthDecoder in org.snmp4j.transport |
|---|
| Classes in org.snmp4j.transport that implement MessageLengthDecoder | |
|---|---|
static class |
DefaultTcpTransportMapping.SnmpMesssageLengthDecoder
|
| Methods in org.snmp4j.transport that return MessageLengthDecoder | |
|---|---|
MessageLengthDecoder |
DefaultTcpTransportMapping.getMessageLengthDecoder()
|
MessageLengthDecoder |
TLSTM.getMessageLengthDecoder()
|
abstract MessageLengthDecoder |
TcpTransportMapping.getMessageLengthDecoder()
Returns the MessageLengthDecoder used by this transport
mapping. |
MessageLengthDecoder |
ConnectionOrientedTransportMapping.getMessageLengthDecoder()
Returns the MessageLengthDecoder used by this transport
mapping. |
| Methods in org.snmp4j.transport with parameters of type MessageLengthDecoder | |
|---|---|
void |
DefaultTcpTransportMapping.setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
Sets the message length decoder. |
void |
TLSTM.setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
|
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 2005-2011 Frank Fock (SNMP4J.org) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||