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 |
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<S extends AbstractSocketEntry> |
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 . |
Constructor | Description |
---|---|
SocketTimeout(ConnectionOrientedTransportMapping<A> transportMapping,
AbstractServerSocket<A> entry) |
Create a socket timeout handler for the provided
TransportMapping and server socket entry. |
Copyright © 2018 SNMP4J.org. All rights reserved.