Uses of Class
groovyx.net.http.ParserRegistry
-
-
Uses of ParserRegistry in groovyx.net.http
Fields in groovyx.net.http declared as ParserRegistry Modifier and Type Field Description private ParserRegistry
HttpURLClient. parserRegistry
protected ParserRegistry
HTTPBuilder. parsers
Methods in groovyx.net.http that return ParserRegistry 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.Methods in groovyx.net.http with parameters of type ParserRegistry Modifier and Type Method Description void
HTTPBuilder. setParserRegistry(ParserRegistry pr)
Set a custom registry used to handle different responsecontent-type
svoid
HttpURLClient. setParsers(ParserRegistry parserRegistry)
-