Module org.snmp4j

Class TlsAddress

    • Method Detail

      • isTransportCompatible

        public boolean isTransportCompatible​(Class<?> other)
        Checks if the supplied address class is compatible with this class. For example, secure transport classes like TLS are not compatible with TCP because the latter is not able to provide the required security characteristics.
        Parameters:
        other - the Address class to check for compatibility.
        Returns:
        true if the provided address class has the same (compatible) on-the-wire characteristics than this address class. By default this is true if the provided class other is the same or a sub class than this class.
        Since:
        3.2.1