1819202122232425
this(client, torClient, null); } public OrchidXmlRpcTransportFactory(XmlRpcClient client, TorClient torClient, SSLContext sslContext) { this.client = client; this.socketFactory = new OrchidSocketFactory(torClient); this.sslContext = sslContext; }
60616263646566
public TorConfig getConfig() { return config; } public SocketFactory getSocketFactory() { return new OrchidSocketFactory(this); }