Uses of Interface
org.snmp4j.transport.TransportListener
-
Packages that use TransportListener Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.event Provides classes and interfaces for SNMP4J event processing.org.snmp4j.tools.console 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 Modifier and Type Interface Description interfaceMessageDispatcherTheMessageDispatcherinterface defines common services of instances that process incoming SNMP messages and dispatch them to interestedCommandResponderinstances.Classes in org.snmp4j that implement TransportListener Modifier and Type Class Description classMessageDispatcherImplTheMessageDispatcherImpldecodes and dispatches incoming messages usingMessageProcessingModelinstances and encodes and sends outgoing messages using an appropriateTransportMappinginstances.Methods in org.snmp4j with parameters of type TransportListener Modifier and Type Method Description voidTransportMapping. addTransportListener(TransportListener transportListener)Adds a transport listener to the transport.voidTransportMapping. removeTransportListener(TransportListener transportListener)Removes a transport listener. -
Uses of TransportListener in org.snmp4j.event
Constructors in org.snmp4j.event with parameters of type TransportListener Constructor Description AuthenticationFailureEvent(TransportListener source, A sourceAddress, TransportMapping<? super A> transport, int error, BERInputStream message)Creates an authentication failure event. -
Uses of TransportListener in org.snmp4j.tools.console
Classes in org.snmp4j.tools.console that implement TransportListener Modifier and Type Class Description classSnmpCommandclassSnmpCommand.SnmpCommandMessageDispatcher -
Uses of TransportListener in org.snmp4j.transport
Fields in org.snmp4j.transport with type parameters of type TransportListener Modifier and Type Field Description protected java.util.List<TransportListener>AbstractTransportMapping. transportListenerMethods in org.snmp4j.transport with parameters of type TransportListener Modifier and Type Method Description voidAbstractTransportMapping. addTransportListener(TransportListener l)voidAbstractTransportMapping. removeTransportListener(TransportListener l) -
Uses of TransportListener in org.snmp4j.util
Classes in org.snmp4j.util that implement TransportListener Modifier and Type Class Description classMultiThreadedMessageDispatcherTheMultiThreadedMessageDispatcherclass is a decorator for anyMessageDispatcherinstances that processes incoming message with a suppliedThreadPool.
-