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

org.jboss.wsf.spi.management.WebServerInfo Maven / Gradle / Ivy

There is a newer version: 5.0.0.Final
Show newest version
package org.jboss.wsf.spi.management;

public interface WebServerInfo
{
   int getPort(String protocol, boolean secure);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy