Uses of Class
rabbit.client.ClientBase

Packages that use ClientBase
rabbit.client Classes that can be used to build http clients. 
 

Uses of ClientBase in rabbit.client
 

Methods in rabbit.client with parameters of type ClientBase
 void ClientListener.redirected(HttpHeader request, String location, ClientBase base)
          Handle a redirected request
 void ClientListenerAdapter.redirected(HttpHeader request, String location, ClientBase base)
          Create the redirected url and calls redirectedTo() and requestDone().
 

Constructors in rabbit.client with parameters of type ClientBase
CountingClientBaseStopper(ClientBase clientBase)
          Create a new CountingClientBaseStopper that will shutdown the given client once all outstanding requests have been fully handled.
FileSaver(HttpHeader request, ClientBase clientBase, ClientListener listener, ResourceSource rs, File f)
          Create a new FileSaver that will write a resource to the given file.