Examples of OrchidSocketFactory


Examples of com.subgraph.orchid.sockets.OrchidSocketFactory

    this(client, torClient, null);
  }

  public OrchidXmlRpcTransportFactory(XmlRpcClient client, TorClient torClient, SSLContext sslContext) {
    this.client = client;
    this.socketFactory = new OrchidSocketFactory(torClient);
    this.sslContext = sslContext;
  }
View Full Code Here

Examples of com.subgraph.orchid.sockets.OrchidSocketFactory

  public TorConfig getConfig() {
    return config;
  }

  public SocketFactory getSocketFactory() {
    return new OrchidSocketFactory(this);
  }
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.