|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ClientListenerAdapter.redirected(HttpHeader request,
java.lang.String location,
ClientBase base)
Create the redirected url and calls redirectedTo() and requestDone(). |
void |
ClientListener.redirected(HttpHeader request,
java.lang.String location,
ClientBase base)
Handle a redirected request |
| 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,
java.io.File f)
Create a new FileSaver that will write a resource to the given file. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||