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

io.rudin.rt.spi.transport.TransportProvider Maven / Gradle / Ivy

The newest version!
package io.rudin.rt.spi.transport;

import io.rudin.rt.api.RTServer;

public interface TransportProvider
{
	/**
	 * Creates a new transport for the given server
	 * @param server
	 * @return
	 */
	Transport create(RTServer server);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy