Uses of Interface
org.snmp4j.transport.MessageLengthDecoder
Packages that use MessageLengthDecoder
-
Uses of MessageLengthDecoder in org.snmp4j.transport
Classes in org.snmp4j.transport that implement MessageLengthDecoderModifier and TypeClassDescriptionstatic class
Fields in org.snmp4j.transport declared as MessageLengthDecoderModifier and TypeFieldDescriptionprotected MessageLengthDecoder
DefaultTcpTransportMapping.messageLengthDecoder
Methods in org.snmp4j.transport that return MessageLengthDecoderModifier and TypeMethodDescriptionConnectionOrientedTransportMapping.getMessageLengthDecoder()
Returns theMessageLengthDecoder
used by this transport mapping.DefaultTcpTransportMapping.getMessageLengthDecoder()
abstract MessageLengthDecoder
TcpTransportMapping.getMessageLengthDecoder()
Returns theMessageLengthDecoder
used by this transport mapping.TLSTM.getMessageLengthDecoder()
Methods in org.snmp4j.transport with parameters of type MessageLengthDecoderModifier and TypeMethodDescriptionvoid
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.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)