Uses of Class
org.snmp4j.transport.AbstractTransportMapping
Packages that use AbstractTransportMapping
-
Uses of AbstractTransportMapping in org.snmp4j.transport
Subclasses of AbstractTransportMapping in org.snmp4j.transportModifier and TypeClassDescriptionclassAbstractConnectionOrientedTransportMapping<A extends Address,S extends AbstractSocketEntry<A>> TheAbstractConnectionOrientedTransportMappingimplements generic functions for a connection oriented transport mapping for server and client connections.classTheDefaultTcpTransportMappingimplements a TCP transport mapping with the Java 1.4 new IO API.classTheDefaultUdpTransportMappingimplements a UDP transport mapping based on Java standard IO and using an internal thread for listening on the inbound socket.classTheDTLSTMimplements the Datagram Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine.classDummyTransport<A extends IpAddress>TheDummyTransportis a test TransportMapping for Command Generators which actually does not sent messages over the network.classclassTcpTransportMapping<S extends AbstractSocketEntry<TcpAddress>>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.classTheUdpTransportMappingis the abstract base class for UDP transport mappings.Methods in org.snmp4j.transport that return AbstractTransportMappingConstructors in org.snmp4j.transport with parameters of type AbstractTransportMappingModifierConstructorDescriptionTransportStateEvent(AbstractTransportMapping<?> source, Address peerAddress, int newState, IOException causingException) TransportStateEvent(AbstractTransportMapping<?> source, Address peerAddress, int newState, IOException causingException, List<byte[]> discardedMessages)