rabbit.client
Class CountingClientBaseStopper

java.lang.Object
  extended by rabbit.client.CountingClientBaseStopper

public class CountingClientBaseStopper
extends Object

A helper class that shuts down the clientBase when all requests have finished.

Author:
Robert Olofsson

Constructor Summary
CountingClientBaseStopper(ClientBase clientBase)
           
 
Method Summary
 void requestDone()
           
 void sendRequest(HttpHeader request, ClientListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountingClientBaseStopper

public CountingClientBaseStopper(ClientBase clientBase)
Method Detail

sendRequest

public void sendRequest(HttpHeader request,
                        ClientListener listener)
                 throws IOException
Throws:
IOException

requestDone

public void requestDone()