Module org.snmp4j

Class DummyTransport<A extends IpAddress>

java.lang.Object
org.snmp4j.transport.AbstractTransportMapping<A>
org.snmp4j.transport.DummyTransport<A>
All Implemented Interfaces:
Closeable, AutoCloseable, TransportMapping<A>

public class DummyTransport<A extends IpAddress> extends AbstractTransportMapping<A>
The DummyTransport is a test TransportMapping for Command Generators which actually does not sent messages over the network. Instead it provides the message transparently as incoming message over the DummyTransport<A extends IpAddress>.DummyTransportResponder on a virtual listen address, regardless to which outbound address the message was sent. The messages are returned even if the listenAddress is left null.
Since:
2.0
Author:
Frank Fock