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
Fields in org.snmp4j declared as TransportType Modifier and Type Field Description private TransportType
MessageDispatcherImpl.TransportMappingKey. transportType
Methods in org.snmp4j that return TransportType Modifier and Type Method Description default TransportType
TransportMapping. getSupportedTransportType()
Gets theTransportType
thisTransportMapping
supports.TransportType
MessageDispatcherImpl.TransportMappingKey. getTransportType()
Methods in org.snmp4j with parameters of type TransportType Modifier and Type Method Description private void
MessageDispatcherImpl. addTransportMapping(TransportMapping<?> transport, java.lang.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 java.util.Map<java.lang.Class<?>,java.util.List<TransportMapping<? extends Address>>>
MessageDispatcherImpl. getTransportMappings(TransportType transportType)
private boolean
MessageDispatcherImpl. removeTransportMapping(TransportMapping<?> transport, java.lang.Class<? extends Address> supportedAddressClass, TransportType transportType)
Constructors in org.snmp4j with parameters of type TransportType Constructor Description TransportMappingKey(TransportType transportType, java.lang.Class<?> rootAddressClass)
-
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)
-