Uses of Enum Class
org.snmp4j.transport.TransportType
Packages that use TransportType
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides transport protocol mappings for SNMP.
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of TransportType in org.snmp4j
Fields in org.snmp4j declared as TransportTypeModifier and TypeFieldDescriptionprivate TransportTypeMessageDispatcherImpl.TransportMappingKey.transportTypeMethods in org.snmp4j that return TransportTypeModifier and TypeMethodDescriptiondefault TransportTypeTransportMapping.getSupportedTransportType()Gets theTransportTypethisTransportMappingsupports.MessageDispatcherImpl.TransportMappingKey.getTransportType()Methods in org.snmp4j with parameters of type TransportTypeModifier and TypeMethodDescriptionprivate voidMessageDispatcherImpl.addTransportMapping(TransportMapping<?> transport, Class<? extends Address> supportedAddressClass, TransportType transportType) <A extends Address>
TransportMapping<? super A> MessageDispatcher.getTransport(A destAddress, TransportType transportType) Returns a transport mapping that can handle the supplied address.<A extends Address>
TransportMapping<? super A> MessageDispatcherImpl.getTransport(A destAddress, TransportType transportType) Returns a transport mapping that can handle the supplied address.private Map<Class<?>, List<TransportMapping<? extends Address>>> MessageDispatcherImpl.getTransportMappings(TransportType transportType) private booleanMessageDispatcherImpl.removeTransportMapping(TransportMapping<?> transport, Class<? extends Address> supportedAddressClass, TransportType transportType) Constructors in org.snmp4j with parameters of type TransportTypeModifierConstructorDescriptionTransportMappingKey(TransportType transportType, Class<?> rootAddressClass) -
Uses of TransportType in org.snmp4j.transport
Methods in org.snmp4j.transport that return TransportTypeModifier and TypeMethodDescriptionDefaultTcpTransportMapping.getSupportedTransportType()Gets theTransportTypethisTransportMappingsupports depending onTcpTransportMapping.isServerEnabled().DTLSTM.getSupportedTransportType()TLSTM.getSupportedTransportType()Gets theTransportTypethisTransportMappingsupports depending onTcpTransportMapping.isServerEnabled().static TransportTypeReturns the enum constant of this class with the specified name.static TransportType[]TransportType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransportType in org.snmp4j.util
Methods in org.snmp4j.util with parameters of type TransportTypeModifier and TypeMethodDescription<A extends Address>
TransportMapping<? super A> MultiThreadedMessageDispatcher.getTransport(A destAddress, TransportType transportType)