Uses of Interface
org.snmp4j.transport.ConnectionOrientedTransportMapping
Packages that use ConnectionOrientedTransportMapping
-
Uses of ConnectionOrientedTransportMapping in org.snmp4j.transport
Classes in org.snmp4j.transport that implement ConnectionOrientedTransportMappingModifier and TypeClassDescriptionclassTheDefaultTcpTransportMappingimplements a TCP transport mapping with the Java 1.4 new IO API.classTheDTLSTMimplements 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.classTheTLSTMimplements the Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine.Fields in org.snmp4j.transport declared as ConnectionOrientedTransportMappingModifier and TypeFieldDescriptionprivate ConnectionOrientedTransportMapping<A> SocketTimeout.transportMappingConstructors in org.snmp4j.transport with parameters of type ConnectionOrientedTransportMappingModifierConstructorDescriptionSocketTimeout(ConnectionOrientedTransportMapping<A> transportMapping, AbstractServerSocket<A> entry) Create a socket timeout handler for the providedTransportMappingand server socket entry.