| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit | |
| com.hannesdorfmann.httpkit.parser | |
| com.hannesdorfmann.httpkit.request |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpKit.addParserWriter(String mimeType,
ParserWriter<?> parser)
Adds a parser for the given mime type
|
void |
DefaultHttpKit.addParserWriter(String mimeType,
ParserWriter<?> parser) |
| Modifier and Type | Method and Description |
|---|---|
ParserWriter<?> |
ParserWriterPool.get(String mimeType)
Get the
ParserWriter for the given mime type |
ParserWriter<?> |
DefaultParserWriterPool.get(String mimeType)
Get the
ParserWriter for the given mime type |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserWriterPool.add(String mimeType,
ParserWriter<?> parser)
Adds one for the given mime type
|
void |
DefaultParserWriterPool.add(String mimeType,
ParserWriter<?> parser)
Adds one for the given mime type.
|
| Modifier and Type | Method and Description |
|---|---|
ParserWriter<?> |
HttpRequest.getParserWriter()
Specify explicit which parser should be used for parsing the result of this request
|
ParserWriter<?> |
AbstractHttpRequest.getParserWriter() |
| Modifier and Type | Method and Description |
|---|---|
AbstractHttpRequest |
AbstractHttpRequest.setParserWriter(ParserWriter<?> parserWriter) |
Copyright © 2015 Hannes Dorfmann. All rights reserved.