All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sun.net.spi.nameservice.NameServiceDescriptor Maven / Gradle / Ivy

There is a newer version: 3.7.5
Show newest version
// SPDX-License-Identifier: BSD-3-Clause
package sun.net.spi.nameservice;

public interface NameServiceDescriptor {
  NameService createNameService() throws Exception;

  String getProviderName();

  String getType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy