Modifier and Type | Field | Description |
---|---|---|
protected ParserRegistry |
HTTPBuilder.parsers |
Modifier and Type | Method | Description |
---|---|---|
ParserRegistry |
HTTPBuilder.getParser() |
Retrieve the map of registered response content-type parsers.
|
ParserRegistry |
HttpURLClient.getParsers() |
Retrieve the parser registry used by this instance, which can be used to
directly modify the parsing behavior.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HTTPBuilder.setParserRegistry(ParserRegistry pr) |
Set a custom registry used to handle different response
content-type s |
void |
HttpURLClient.setParsers(ParserRegistry parserRegistry) |
Copyright © 2008–2019. All rights reserved.