
com.att.aft.dme2.manager.registry.util.DME2Protocol Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dme2-api Show documentation
Show all versions of dme2-api Show documentation
Direct Messaging Engine dme2-api
The newest version!
package com.att.aft.dme2.manager.registry.util;
public interface DME2Protocol {
public static final String HTTP = "http";
public static final String HTTPS = "https";
public static final String DME2JDBC = "dme2jdbc";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy