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 classDefaultTcpTransportMapping.SnmpMesssageLengthDecoderFields in org.snmp4j.transport declared as MessageLengthDecoder Modifier and Type Field Description protected MessageLengthDecoderDefaultTcpTransportMapping. messageLengthDecoderMethods in org.snmp4j.transport that return MessageLengthDecoder Modifier and Type Method Description MessageLengthDecoderConnectionOrientedTransportMapping. getMessageLengthDecoder()Returns theMessageLengthDecoderused by this transport mapping.MessageLengthDecoderDefaultTcpTransportMapping. getMessageLengthDecoder()MessageLengthDecoderDTLSTM. getMessageLengthDecoder()Returns theMessageLengthDecoderused by this transport mapping.abstract MessageLengthDecoderTcpTransportMapping. getMessageLengthDecoder()Returns theMessageLengthDecoderused by this transport mapping.MessageLengthDecoderTLSTM. getMessageLengthDecoder()Methods in org.snmp4j.transport with parameters of type MessageLengthDecoder Modifier and Type Method Description voidConnectionOrientedTransportMapping. setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)Sets theMessageLengthDecoderthat decodes the total message length from the header of a message.voidDefaultTcpTransportMapping. setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)Sets the message length decoder.voidDTLSTM. setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)Sets theMessageLengthDecoderthat decodes the total message length from the header of a message.abstract voidTcpTransportMapping. setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)Sets theMessageLengthDecoderthat decodes the total message length from the header of a message.voidTLSTM. setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
-