Uses of Interface
org.snmp4j.transport.MessageLengthDecoder
-
Packages that use MessageLengthDecoder Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP. -
-
Uses of MessageLengthDecoder in org.snmp4j.transport
Classes in org.snmp4j.transport that implement MessageLengthDecoder Modifier and Type Class Description static class
DefaultTcpTransportMapping.SnmpMesssageLengthDecoder
Fields in org.snmp4j.transport declared as MessageLengthDecoder Modifier and Type Field Description protected MessageLengthDecoder
DefaultTcpTransportMapping. messageLengthDecoder
Methods in org.snmp4j.transport that return MessageLengthDecoder Modifier and Type Method Description MessageLengthDecoder
ConnectionOrientedTransportMapping. getMessageLengthDecoder()
Returns theMessageLengthDecoder
used by this transport mapping.MessageLengthDecoder
DefaultTcpTransportMapping. getMessageLengthDecoder()
MessageLengthDecoder
DTLSTM. getMessageLengthDecoder()
Returns theMessageLengthDecoder
used by this transport mapping.abstract MessageLengthDecoder
TcpTransportMapping. getMessageLengthDecoder()
Returns theMessageLengthDecoder
used by this transport mapping.MessageLengthDecoder
TLSTM. getMessageLengthDecoder()
Methods in org.snmp4j.transport with parameters of type MessageLengthDecoder Modifier and Type Method Description void
ConnectionOrientedTransportMapping. setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
Sets theMessageLengthDecoder
that decodes the total message length from the header of a message.void
DefaultTcpTransportMapping. setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
Sets the message length decoder.void
DTLSTM. setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
Sets theMessageLengthDecoder
that decodes the total message length from the header of a message.abstract void
TcpTransportMapping. setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
Sets theMessageLengthDecoder
that decodes the total message length from the header of a message.void
TLSTM. setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
-