Package org.exoplatform.common.http.client

Examples of org.exoplatform.common.http.client.HTTPConnection.Head()


            testConfig.setUserPass(userPass);

            HTTPConnection connection = WebDavUtils.getAuthConnection(testConfig);

            String filePath = WebDavUtils.getFullPath(testConfig);
            HTTPResponse response = connection.Head(filePath);

            LOG.info("Testing connection....");

            int status = response.getStatusCode();
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.