Package org.eclipse.ecf.provider.comm.tcp

Examples of org.eclipse.ecf.provider.comm.tcp.Client


   * @return ISynchAsynchConnection a non-<code>null</code> instance.
   * @throws ConnectionCreateException not thrown by this implementation.
   */
  protected ISynchAsynchConnection createConnection(ID remoteSpace, Object data) throws ConnectionCreateException {
    debug("createClientConnection:" + remoteSpace + ":" + data); //$NON-NLS-1$ //$NON-NLS-2$
    ISynchAsynchConnection conn = new Client(receiver, keepAlive);
    return conn;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.provider.comm.tcp.Client

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.