![JAR search and dependency download from the Maven repository](/logo.png)
com.github.thorbenkuck.network.server.Builder Maven / Gradle / Ivy
package com.github.thorbenkuck.network.server;
import java.io.IOException;
public interface Builder {
Builder blocking();
Builder nonBlocking();
ServerContainer build(int port) throws IOException;
Builder withCustomConnectionFactory(ServerConnectionFactory serverConnectionFactory);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy