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 classDefaultTcpTransportMappingTheDefaultTcpTransportMappingimplements a TCP transport mapping with the Java 1.4 new IO API.classDTLSTMTheDTLSTMimplements the Datagram Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine.classTcpTransportMapping<S extends AbstractSocketEntry>TheTcpTransportMappingis the abstract base class for TCP transport mappings.classTLSTMTheTLSTMimplements 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 providedTransportMappingand server socket entry.
-