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 TransportTypeMessageDispatcherImpl.TransportMappingKey. transportTypeMethods in org.snmp4j that return TransportType Modifier and Type Method Description default TransportTypeTransportMapping. getSupportedTransportType()Gets theTransportTypethisTransportMappingsupports.TransportTypeMessageDispatcherImpl.TransportMappingKey. getTransportType()Methods in org.snmp4j with parameters of type TransportType Modifier and Type Method Description private voidMessageDispatcherImpl. 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 booleanMessageDispatcherImpl. 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 TransportTypeDefaultTcpTransportMapping. getSupportedTransportType()Gets theTransportTypethisTransportMappingsupports depending onTcpTransportMapping.isServerEnabled().TransportTypeDTLSTM. getSupportedTransportType()TransportTypeTLSTM. getSupportedTransportType()Gets theTransportTypethisTransportMappingsupports depending onTcpTransportMapping.isServerEnabled().static TransportTypeTransportType. 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)
-