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 |
TLSTM
The
TLSTM implements the Transport Layer Security
Transport Mapping (TLS-TM) as defined by RFC 5953
with the new IO API and SSLEngine . |
Constructor and Description |
---|
TransportStateEvent(TcpTransportMapping source,
Address peerAddress,
int newState,
java.io.IOException causingException) |
TransportStateEvent(TcpTransportMapping source,
Address peerAddress,
int newState,
java.io.IOException causingException,
java.util.List<byte[]> discardedMessages) |