Uses of Class
org.snmp4j.transport.AbstractTransportMapping

Packages that use AbstractTransportMapping
org.snmp4j.transport Provides transport protocol mappings for SNMP. 
 

Uses of AbstractTransportMapping in org.snmp4j.transport
 

Subclasses of AbstractTransportMapping in org.snmp4j.transport
 class DefaultSshTransportMapping
          The DefaultSshTransportMapping implements a TCP transport mapping with TLS according to RFC 5592 (named SSHTM therein).
 class DefaultTcpTransportMapping
          The DefaultTcpTransportMapping implements a TCP transport mapping with the Java 1.4 new IO API.
 class DefaultUdpTransportMapping
          The DefaultUdpTransportMapping implements a UDP transport mapping based on Java standard IO and using an internal thread for listening on the inbound socket.
 class DummyTransport<A extends IpAddress>
          The DummyTransport is a test TransportMapping for Command Generators which actually does not sent messages over the network.
 class DummyTransport.DummyTransportResponder
           
 class TcpTransportMapping
          The TcpTransportMapping is the abstract base class for TCP transport mappings.
 class TLSTM
          The TLSTM implements the Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API and SSLEngine.
 class UdpTransportMapping
          The UdpTransportMapping is the abstract base class for UDP transport mappings.
 

Methods in org.snmp4j.transport that return AbstractTransportMapping
 AbstractTransportMapping<A> DummyTransport.getResponder(A receiverAddress)
           
 


Copyright 2005-2011 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.