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 TypeClassDescriptionclass
AbstractConnectionOrientedTransportMapping<A extends Address,S extends AbstractSocketEntry<A>>
class
TheDefaultTcpTransportMapping
implements a TCP transport mapping with the Java 1.4 new IO API.class
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<TcpAddress>>
TheTcpTransportMapping
is the abstract base class for TCP transport mappings.class
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 ConnectionOrientedTransportMappingModifierConstructorDescriptionSocketTimeout(ConnectionOrientedTransportMapping<A> transportMapping, AbstractServerSocket<A> entry)
Create a socket timeout handler for the providedTransportMapping
and server socket entry.