Uses of Interface
org.snmp4j.transport.TransportStateListener
-
Packages that use TransportStateListener Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP. -
-
Uses of TransportStateListener in org.snmp4j.transport
Fields in org.snmp4j.transport with type parameters of type TransportStateListener Modifier and Type Field Description private java.util.List<TransportStateListener>DTLSTM. transportStateListenersprivate java.util.List<TransportStateListener>TcpTransportMapping. transportStateListenersMethods in org.snmp4j.transport with parameters of type TransportStateListener Modifier and Type Method Description voidConnectionOrientedTransportMapping. addTransportStateListener(TransportStateListener l)Adds a transport state listener that is to be informed about connection state changes.voidDTLSTM. addTransportStateListener(TransportStateListener l)Adds a transport state listener that is to be informed about connection state changes.voidTcpTransportMapping. addTransportStateListener(TransportStateListener l)voidConnectionOrientedTransportMapping. removeTransportStateListener(TransportStateListener l)Removes the supplied transport state listener.voidDTLSTM. removeTransportStateListener(TransportStateListener l)Removes the supplied transport state listener.voidTcpTransportMapping. removeTransportStateListener(TransportStateListener l)
-