| Package | Description |
|---|---|
| org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
TcpTransportMapping
The
TcpTransportMapping is the abstract base class for
TCP transport mappings. |
class |
UdpTransportMapping
The
UdpTransportMapping is the abstract base class for
UDP transport mappings. |
Copyright © 2014 SNMP4J.org. All rights reserved.