Modifier and Type | Field and Description |
---|---|
protected ParserRegistry |
HTTPBuilder.parsers |
Modifier and Type | Method and 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 and 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–2018. All rights reserved.