Package org.openrdf.http.client.helpers

Examples of org.openrdf.http.client.helpers.StoreConfigClient


public class SchemaClient {

  private final StoreConfigClient client;

  public SchemaClient(HTTPConnectionPool pool) {
    this.client = new StoreConfigClient(pool);
  }
View Full Code Here


public class TemplateClient {

  private final StoreConfigClient client;

  public TemplateClient(HTTPConnectionPool pool) {
    this.client = new StoreConfigClient(pool);
  }
View Full Code Here

public class ConfigurationClient {

  private final StoreConfigClient client;

  public ConfigurationClient(HTTPConnectionPool pool) {
    this.client = new StoreConfigClient(pool);
  }
View Full Code Here

TOP

Related Classes of org.openrdf.http.client.helpers.StoreConfigClient

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.