org.jclouds.http.internal
Class BaseHttpCommandExecutorService.HttpResponseCallable

java.lang.Object
  extended by org.jclouds.http.internal.BaseHttpCommandExecutorService.HttpResponseCallable
All Implemented Interfaces:
Callable<HttpResponse>
Enclosing class:
BaseHttpCommandExecutorService<Q>

public class BaseHttpCommandExecutorService.HttpResponseCallable
extends Object
implements Callable<HttpResponse>


Constructor Summary
BaseHttpCommandExecutorService.HttpResponseCallable(HttpCommand command)
           
 
Method Summary
 HttpResponse call()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseHttpCommandExecutorService.HttpResponseCallable

public BaseHttpCommandExecutorService.HttpResponseCallable(HttpCommand command)
Method Detail

call

public HttpResponse call()
                  throws Exception
Specified by:
call in interface Callable<HttpResponse>
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.