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 classFields in org.snmp4j.transport declared as MessageLengthDecoderModifier and TypeFieldDescriptionprotected MessageLengthDecoderDefaultTcpTransportMapping.messageLengthDecoderMethods in org.snmp4j.transport that return MessageLengthDecoderModifier and TypeMethodDescriptionConnectionOrientedTransportMapping.getMessageLengthDecoder()Returns theMessageLengthDecoderused by this transport mapping.DefaultTcpTransportMapping.getMessageLengthDecoder()abstract MessageLengthDecoderTcpTransportMapping.getMessageLengthDecoder()Returns theMessageLengthDecoderused by this transport mapping.TLSTM.getMessageLengthDecoder()Methods in org.snmp4j.transport with parameters of type MessageLengthDecoderModifier and TypeMethodDescriptionvoidConnectionOrientedTransportMapping.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.abstract voidTcpTransportMapping.setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder) Sets theMessageLengthDecoderthat decodes the total message length from the header of a message.voidTLSTM.setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)