org.jclouds.slicehost.filters
Class SlicehostBasic

java.lang.Object
  extended by org.jclouds.slicehost.filters.SlicehostBasic
All Implemented Interfaces:
HttpRequestFilter

@Singleton
public class SlicehostBasic
extends Object
implements HttpRequestFilter

Author:
Adrian Cole

Constructor Summary
SlicehostBasic(String apikey)
           
 
Method Summary
 HttpRequest filter(HttpRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlicehostBasic

@Inject
public SlicehostBasic(@Named(value="jclouds.identity")
                             String apikey)
Method Detail

filter

public HttpRequest filter(HttpRequest request)
                   throws HttpException
Specified by:
filter in interface HttpRequestFilter
Throws:
HttpException


Copyright © 2009-2012 jclouds. All Rights Reserved.