
com.barchart.udt.net.IceCommon Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Network Show documentation
Show all versions of Network Show documentation
Encrypted, high-performance, and event-driven/reactive network stack for Java 11+
/**
* 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