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

com.ociweb.pronghorn.network.AbstractClientConnectionFactory Maven / Gradle / Ivy

The newest version!
package com.ociweb.pronghorn.network;

import java.io.IOException;

public abstract class AbstractClientConnectionFactory {

	public abstract ClientConnection newClientConnection(ClientCoordinator ccm, CharSequence host, int port,
			int sessionId, long connectionId, int pipeIdx, int hostId, int structureId)
			throws IOException;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy