Package com.subgraph.orchid.socks

Examples of com.subgraph.orchid.socks.SocksPortListenerImpl$AcceptTask


   *                       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

Related Classes of com.subgraph.orchid.socks.SocksPortListenerImpl$AcceptTask

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.