Uses of Package
org.snmp4j.transport

Packages that use org.snmp4j.transport
org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. 
org.snmp4j.transport Provides transport protocol mappings for SNMP. 
org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. 
 

Classes in org.snmp4j.transport used by org.snmp4j
TransportListener
          The TransportListener interface is implemented by objects that process incoming messages from TransportMappings, for example MessageDispatcher.
 

Classes in org.snmp4j.transport used by org.snmp4j.transport
AbstractTransportMapping
          The AbstractTransportMapping provides an abstract implementation for the message dispatcher list and the maximum inbound message size.
ConnectionOrientedTransportMapping
          Transport mappings for connection oriented transport protocols have to implement this interface.
MessageLength
          The MessageLength object contains information about the length of a message and the length of its header.
MessageLengthDecoder
          The MessageLengthDecoder needs to be implemented for connection oriented transport mappings, because those transport mappings have no message boundaries.
TcpTransportMapping
          The TcpTransportMapping is the abstract base class for TCP transport mappings.
TransportListener
          The TransportListener interface is implemented by objects that process incoming messages from TransportMappings, for example MessageDispatcher.
TransportMappings
          The TransportMappings factory can be used to create a transport mapping for an address class.
TransportStateEvent
          The TransportStateEvent describes a state change for a transport connection.
TransportStateListener
          The TransportStateListener interface can be implemented to monitor the connection state for connection oriented transport mappings.
UdpTransportMapping
          The UdpTransportMapping is the abstract base class for UDP transport mappings.
 

Classes in org.snmp4j.transport used by org.snmp4j.util
TransportListener
          The TransportListener interface is implemented by objects that process incoming messages from TransportMappings, for example MessageDispatcher.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.