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
Methods in org.snmp4j that return TransportTypeModifier and TypeMethodDescriptiondefault TransportType
TransportMapping.getSupportedTransportType()
Gets theTransportType
thisTransportMapping
supports.Methods in org.snmp4j with parameters of type TransportTypeModifier and TypeMethodDescription<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. -
Uses of TransportType in org.snmp4j.transport
Methods in org.snmp4j.transport that return TransportTypeModifier and TypeMethodDescriptionDefaultTcpTransportMapping.getSupportedTransportType()
Gets theTransportType
thisTransportMapping
supports depending onAbstractConnectionOrientedTransportMapping.isServerEnabled()
.DTLSTM.getSupportedTransportType()
TLSTM.getSupportedTransportType()
Gets theTransportType
thisTransportMapping
supports depending onAbstractConnectionOrientedTransportMapping.isServerEnabled()
.static TransportType
Returns 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)