Uses of Interface
org.snmp4j.transport.ConnectionOrientedTransportMapping
-
Packages that use ConnectionOrientedTransportMapping Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP. -
-
Uses of ConnectionOrientedTransportMapping in org.snmp4j.transport
Classes in org.snmp4j.transport that implement ConnectionOrientedTransportMapping Modifier and Type Class Description class
DefaultTcpTransportMapping
TheDefaultTcpTransportMapping
implements a TCP transport mapping with the Java 1.4 new IO API.class
DTLSTM
TheDTLSTM
implements the Datagram Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine
.class
TcpTransportMapping<S extends AbstractSocketEntry>
TheTcpTransportMapping
is the abstract base class for TCP transport mappings.class
TLSTM
TheTLSTM
implements the Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine
.Constructors in org.snmp4j.transport with parameters of type ConnectionOrientedTransportMapping Constructor Description SocketTimeout(ConnectionOrientedTransportMapping<A> transportMapping, AbstractServerSocket<A> entry)
Create a socket timeout handler for the providedTransportMapping
and server socket entry.
-