Uses of Class
org.snmp4j.transport.AbstractTransportMapping
Packages that use AbstractTransportMapping
-
Uses of AbstractTransportMapping in org.snmp4j.transport
Subclasses of AbstractTransportMapping in org.snmp4j.transportModifier and TypeClassDescriptionclass
TheDefaultSshTransportMapping
implements a TCP transport mapping with TLS according to RFC 5592 (named SSHTM therein).class
TheDefaultTcpTransportMapping
implements a TCP transport mapping with the Java 1.4 new IO API.class
TheDefaultUdpTransportMapping
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>
TheDummyTransport
is a test TransportMapping for Command Generators which actually does not sent messages over the network.class
class
TheTcpTransportMapping
is the abstract base class for TCP transport mappings.class
TheTLSTM
implements the Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine
.class
TheUdpTransportMapping
is the abstract base class for UDP transport mappings.Methods in org.snmp4j.transport that return AbstractTransportMapping