Module org.snmp4j
Package org.snmp4j

Class MessageDispatcherImpl.TransportMappingKey

java.lang.Object
org.snmp4j.MessageDispatcherImpl.TransportMappingKey
Enclosing class:
MessageDispatcherImpl

private class MessageDispatcherImpl.TransportMappingKey extends Object
  • Field Details

    • transportType

      private TransportType transportType
    • rootAddressClass

      private Class<?> rootAddressClass
  • Constructor Details

    • TransportMappingKey

      public TransportMappingKey(TransportType transportType, Class<?> rootAddressClass)
  • Method Details