org.webpieces.webserver.impl.WebServerPortInformation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-webserver Show documentation
Show all versions of http-webserver Show documentation
The full webpieces server AS A library
package org.webpieces.webserver.impl;
import org.webpieces.router.api.PortConfig;
public interface WebServerPortInformation {
void setPortConfig(PortConfig portConfig);
}