Uses of Class
org.snmp4j.transport.AbstractTransportMapping
-
Packages that use AbstractTransportMapping Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP. -
-
Uses of AbstractTransportMapping in org.snmp4j.transport
Subclasses of AbstractTransportMapping in org.snmp4j.transport Modifier and Type Class Description class
DefaultTcpTransportMapping
TheDefaultTcpTransportMapping
implements a TCP transport mapping with the Java 1.4 new IO API.class
DefaultUdpTransportMapping
TheDefaultUdpTransportMapping
implements a UDP transport mapping based on Java standard IO and using an internal thread for listening on the inbound socket.class
DTLSTM
TheDTLSTM
implements the Datagram Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine
.class
DummyTransport<A extends IpAddress>
TheDummyTransport
is a test TransportMapping for Command Generators which actually does not sent messages over the network.class
DummyTransport.DummyTransportResponder
class
TcpTransportMapping<S extends AbstractSocketEntry>
TheTcpTransportMapping
is the abstract base class for TCP transport mappings.class
TLSTM
TheTLSTM
implements the Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine
.class
UdpTransportMapping
TheUdpTransportMapping
is the abstract base class for UDP transport mappings.Fields in org.snmp4j.transport declared as AbstractTransportMapping Modifier and Type Field Description private AbstractTransportMapping<A>
DummyTransport.QueueProcessor. tm
Methods in org.snmp4j.transport that return AbstractTransportMapping Modifier and Type Method Description AbstractTransportMapping<A>
DummyTransport. getResponder(A receiverAddress)
Constructors in org.snmp4j.transport with parameters of type AbstractTransportMapping Constructor Description QueueProcessor(java.util.Queue<DummyTransport.MessageContainer> queue, AbstractTransportMapping<A> tm)
TransportStateEvent(AbstractTransportMapping<?> source, Address peerAddress, int newState, java.io.IOException causingException)
TransportStateEvent(AbstractTransportMapping<?> source, Address peerAddress, int newState, java.io.IOException causingException, java.util.List<byte[]> discardedMessages)
-