|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlockListener | |
|---|---|
| rabbit.client | Classes that can be used to build http clients. |
| rabbit.handler | The resource handlers used in the web proxy. |
| rabbit.httpio | General http io classes |
| rabbit.proxy | The web proxy components. |
| Uses of BlockListener in rabbit.client |
|---|
| Classes in rabbit.client that implement BlockListener | |
|---|---|
class |
FileSaver
A class to save a ResourceSource into a file. |
| Uses of BlockListener in rabbit.handler |
|---|
| Classes in rabbit.handler that implement BlockListener | |
|---|---|
class |
BaseHandler
This class is an implementation of the Handler interface. |
class |
FilterHandler
This handler filters out unwanted html features. |
class |
GZipHandler
This handler compresses the data passing through it. |
class |
ImageHandler
This handler first downloads the image runs convert on it and then serves the smaller image. |
class |
MultiPartHandler
This class handles multipart responses, this handler does not filter the resource. |
| Uses of BlockListener in rabbit.httpio |
|---|
| Methods in rabbit.httpio with parameters of type BlockListener | |
|---|---|
void |
ResourceSource.addBlockListener(BlockListener bl)
Add a ByteBuffer listener. |
void |
WebConnectionResourceSource.addBlockListener(BlockListener listener)
|
void |
ChunkHandler.addBlockListener(BlockListener listener)
|
void |
FileResourceSource.addBlockListener(BlockListener listener)
Generally we do not come into this method, but it can happen.. |
| Uses of BlockListener in rabbit.proxy |
|---|
| Methods in rabbit.proxy with parameters of type BlockListener | |
|---|---|
void |
RandomCacheResourceSource.addBlockListener(BlockListener listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||