Package com.caringo.client.request

Examples of com.caringo.client.request.ScspPutMethod


     * get my particular HttpMethod. Used by makeMethod
     * @return my method
     */
    @Override
    protected EntityEnclosingMethod getMyEntityEnclosingMethod() {
        return new ScspPutMethod();
    }
View Full Code Here

TOP

Related Classes of com.caringo.client.request.ScspPutMethod

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.