Package | Description |
---|---|
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
AbstractTransportMapping<A> |
DummyTransport.getResponder(A receiverAddress) |
Copyright © 2024 SNMP4J.org. All rights reserved.