Package com.openshift.client

Examples of com.openshift.client.HttpMethod


  }

  public RestResponse request(Link link, Map<String, Object> parameters)
      throws OpenShiftException {
    validateParameters(parameters, link);
    HttpMethod httpMethod = link.getHttpMethod();
    String response = request(link.getHref(), httpMethod, parameters);
    return ResourceDTOFactory.get(response);
  }
View Full Code Here

TOP

Related Classes of com.openshift.client.HttpMethod

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.