Package net.grinder.communication

Examples of net.grinder.communication.Connector


   * @param host host
   * @param port port
   * @return A connector which can be used to contact the console.
   */
  public Connector create(String host, int port) {
    return new Connector(host, port, m_connectionType);
  }
View Full Code Here

TOP

Related Classes of net.grinder.communication.Connector

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.