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

com.barchart.udt.net.IceCommon Maven / Gradle / Ivy

/**
 * Copyright (C) 2009-2013 Barchart, Inc. 
 *
 * All rights reserved. Licensed under the OSI BSD License.
 *
 * http://www.opensource.org/licenses/bsd-license.php
 */
package com.barchart.udt.net;

import com.barchart.udt.SocketUDT;

/**
 * custom/common acceptor/connector socket features
 */
public interface IceCommon {

	/**
	 * expose underlying socket
	 */
	SocketUDT socketUDT();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy