bad.robot.http.listener
Class TimedHttpClient

java.lang.Object
  extended by bad.robot.http.listener.TimedHttpClient
All Implemented Interfaces:
InvocationHandler

public class TimedHttpClient
extends Object
implements InvocationHandler


Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
static HttpClient timedHttpClient(HttpClient delegate, com.google.code.tempusfugit.temporal.Clock clock, Class<?> logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

timedHttpClient

public static HttpClient timedHttpClient(HttpClient delegate,
                                         com.google.code.tempusfugit.temporal.Clock clock,
                                         Class<?> logger)

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2012. All Rights Reserved.