Uses of Interface
org.snmp4j.transport.MessageLengthDecoder

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
abstract  MessageLengthDecoder TcpTransportMapping.getMessageLengthDecoder()
          Returns the MessageLengthDecoder used by this transport mapping.
 MessageLengthDecoder ConnectionOrientedTransportMapping.getMessageLengthDecoder()
          Returns the MessageLengthDecoder used by this transport mapping.
 MessageLengthDecoder DefaultTcpTransportMapping.getMessageLengthDecoder()
           
 

Methods in org.snmp4j.transport with parameters of type 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.
 void DefaultTcpTransportMapping.setMessageLengthDecoder(MessageLengthDecoder messageLengthDecoder)
          Sets the message length decoder.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.