| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit.cache | |
| com.hannesdorfmann.httpkit.parser | |
| com.hannesdorfmann.httpkit.request |
| Modifier and Type | Method and Description |
|---|---|
ParserWriterPool |
HybridCache.getParserWriterPool() |
ParserWriterPool |
Cache.getParserWriterPool()
Get the
ParserWriterPool. |
| Modifier and Type | Method and Description |
|---|---|
void |
LruDiskCache.setParserWriterPool(ParserWriterPool pool) |
void |
DiskCache.setParserWriterPool(ParserWriterPool pool)
Used to give the disk cache all available
ParserWriters
to read or write data |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultParserWriterPool
A simple
ParserWriterPool implementation that uses a HashMap
(not thread safe, but the pool should not be changed after initialisation,
therefore it should not be a problem, because multiple threads can read at the same time
without getting in troubles). |
| Modifier and Type | Field and Description |
|---|---|
protected ParserWriterPool |
AbstractHttpEntityRequest.parserWriterPool |
| Modifier and Type | Method and Description |
|---|---|
ParserWriterPool |
AbstractHttpEntityRequest.getParserWriterPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpDataTransformingRequest.setParserWriterPool(ParserWriterPool parserWriterPool)
Set the
ParserWriterPool that could be useful
to transforming data (example from a java object to an json String) |
void |
AbstractHttpEntityRequest.setParserWriterPool(ParserWriterPool pool) |
Copyright © 2015 Hannes Dorfmann. All rights reserved.