org.codehaus.mojo.delicious
Class LiveConnection

java.lang.Object
  extended by org.codehaus.mojo.delicious.LiveConnection
All Implemented Interfaces:
DeliciousConnection

public class LiveConnection
extends java.lang.Object
implements DeliciousConnection

Handles the underlying communication with the delicious REST api.

Author:
ashley

Constructor Summary
LiveConnection()
           
 
Method Summary
 int executeMethod(org.apache.commons.httpclient.HttpClient client, org.apache.commons.httpclient.methods.GetMethod httpMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveConnection

public LiveConnection()
Method Detail

executeMethod

public int executeMethod(org.apache.commons.httpclient.HttpClient client,
                         org.apache.commons.httpclient.methods.GetMethod httpMethod)
                  throws java.io.IOException,
                         org.apache.commons.httpclient.HttpException
Specified by:
executeMethod in interface DeliciousConnection
Throws:
java.io.IOException
org.apache.commons.httpclient.HttpException


Copyright © 2005-2010. All Rights Reserved.