Package | Description |
---|---|
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
Modifier and Type | Class | 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 |
DTLSTM |
The
DTLSTM implements the Datagram Transport Layer Security
Transport Mapping (TLS-TM) as defined by RFC 5953
with the new IO API and SSLEngine . |
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. |
Constructor | Description |
---|---|
TransportStateEvent(AbstractTransportMapping source,
Address peerAddress,
int newState,
java.io.IOException causingException) |
|
TransportStateEvent(AbstractTransportMapping source,
Address peerAddress,
int newState,
java.io.IOException causingException,
java.util.List<byte[]> discardedMessages) |
Copyright © 2018 SNMP4J.org. All rights reserved.