Uses of Interface
org.snmp4j.transport.TransportListener

Packages that use TransportListener
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. 
 

Uses of TransportListener in org.snmp4j
 

Subinterfaces of TransportListener in org.snmp4j
 interface MessageDispatcher
          The MessageDispatcher interface defines common services of instances that process incoming SNMP messages and dispatch them to interested CommandResponder instances.
 

Classes in org.snmp4j that implement TransportListener
 class MessageDispatcherImpl
          The MessageDispatcherImpl decodes and dispatches incoming messages using MessageProcessingModel instances and encodes and sends outgoing messages using an appropriate TransportMapping instances.
 

Methods in org.snmp4j with parameters of type TransportListener
 void TransportMapping.addTransportListener(TransportListener transportListener)
          Adds a transport listener to the transport.
 void TransportMapping.removeTransportListener(TransportListener transportListener)
          Removes a transport listener.
 

Uses of TransportListener in org.snmp4j.transport
 

Methods in org.snmp4j.transport with parameters of type TransportListener
 void AbstractTransportMapping.addTransportListener(TransportListener l)
           
 void AbstractTransportMapping.removeTransportListener(TransportListener l)
           
 

Uses of TransportListener in org.snmp4j.util
 

Classes in org.snmp4j.util that implement TransportListener
 class MultiThreadedMessageDispatcher
          The MultiThreadedMessageDispatcher class is a decorator for any MessageDispatcher instances that processes incoming message with a supplied ThreadPool.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.