Uses of Class
org.snmp4j.transport.TransportType
-
Packages that use TransportType Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.util 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 TransportType Modifier and Type Method Description default TransportType
TransportMapping. getSupportedTransportType()
Gets theTransportType
thisTransportMapping
supports.Methods in org.snmp4j with parameters of type TransportType Modifier and Type Method Description <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 TransportType Modifier and Type Method Description TransportType
DefaultTcpTransportMapping. getSupportedTransportType()
Gets theTransportType
thisTransportMapping
supports depending onTcpTransportMapping.isServerEnabled()
.TransportType
DTLSTM. getSupportedTransportType()
TransportType
TLSTM. getSupportedTransportType()
Gets theTransportType
thisTransportMapping
supports depending onTcpTransportMapping.isServerEnabled()
.static TransportType
TransportType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TransportType[]
TransportType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransportType in org.snmp4j.util
Methods in org.snmp4j.util with parameters of type TransportType Modifier and Type Method Description <A extends Address>
TransportMapping<? super A>MultiThreadedMessageDispatcher. getTransport(A destAddress, TransportType transportType)
-