Examples of SocksPortListenerImpl


Examples of com.subgraph.orchid.socks.SocksPortListenerImpl

   *                       before calling this method to create a <code>SocksPortListener</code>.
   * @return A new <code>SocksPortListener</code> instance.
   * @see SocksPortListener
   */
  static public SocksPortListener createSocksPortListener(TorConfig config, CircuitManager circuitManager) {
    return new SocksPortListenerImpl(config, circuitManager);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.