org.codehaus.mojo.delicious
Interface DeliciousConnection

All Known Implementing Classes:
LiveConnection

public interface DeliciousConnection

Handles the underlying communication with the delicious REST api.

Author:
ashley

Method Summary
 int executeMethod(HttpClient client, GetMethod httpMethod)
           
 

Method Detail

executeMethod

int executeMethod(HttpClient client,
                  GetMethod httpMethod)
                  throws IOException,
                         HttpException
Throws:
IOException
HttpException


Copyright © 2005-2011 Codehaus. All Rights Reserved.