|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParserRegistry | |
|---|---|
| groovyx.net.http | HTTPBuilder provides a simple Groovy API for HTTP and REST client operations. |
| Uses of ParserRegistry in groovyx.net.http |
|---|
| Fields in groovyx.net.http declared as ParserRegistry | |
|---|---|
protected ParserRegistry |
HTTPBuilder.parsers
|
| Methods in groovyx.net.http that return ParserRegistry | |
|---|---|
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. |
| Methods in groovyx.net.http with parameters of type ParserRegistry | |
|---|---|
void |
HTTPBuilder.setParserRegistry(ParserRegistry pr)
Set a custom registry used to handle different response content-types |
void |
HttpURLClient.setParsers(ParserRegistry parserRegistry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||