Package org.apache.oodt.cas.pushpull.protocol.http

Examples of org.apache.oodt.cas.pushpull.protocol.http.HttpClient


*/
public class HttpClientFactory implements ProtocolFactory {

    public Protocol newInstance() {
        try {
            return new HttpClient();
        } catch (Exception e) {
            System.out
                    .println("ERROR: creating HttpClient - check httpclient.properties");
            return null;
        }
View Full Code Here

TOP

Related Classes of org.apache.oodt.cas.pushpull.protocol.http.HttpClient

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.