Uses of Class
org.snmp4j.transport.TcpTransportMapping
Packages that use TcpTransportMapping
-
Uses of TcpTransportMapping in org.snmp4j.transport
Subclasses of TcpTransportMapping in org.snmp4j.transportModifier and TypeClassDescriptionclassTheDefaultTcpTransportMappingimplements a TCP transport mapping with the Java 1.4 new IO API.classTheTLSTMimplements 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 TcpTransportMappingModifierConstructorDescriptionTransportStateEvent(TcpTransportMapping source, Address peerAddress, int newState, IOException causingException) TransportStateEvent(TcpTransportMapping source, Address peerAddress, int newState, IOException causingException, List<byte[]> discardedMessages)