![JAR search and dependency download from the Maven repository](/logo.png)
com.nitorcreations.willow.servers.HostLookupService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of willow-servers Show documentation
Show all versions of willow-servers Show documentation
Willow operational servlets and servers
The newest version!
package com.nitorcreations.willow.servers;
public interface HostLookupService {
String getAdminUserFor(String tagHost);
String getResolvableHostname(String tagHost);
int getSshPort(String host);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy