| Package | Description |
|---|---|
| groovyx.net.http |
HTTPBuilder provides a simple Groovy API for HTTP and REST client operations.
|
| 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-types |
void |
HttpURLClient.setParsers(ParserRegistry parserRegistry) |
Copyright © 2008-2014. All Rights Reserved.