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 ParserRegistryHttpURLClient. parserRegistryprotected ParserRegistryHTTPBuilder. parsersMethods in groovyx.net.http that return ParserRegistry Modifier and Type Method Description ParserRegistryHTTPBuilder. getParser()Retrieve the map of registered response content-type parsers.ParserRegistryHttpURLClient. 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 voidHTTPBuilder. setParserRegistry(ParserRegistry pr)Set a custom registry used to handle different responsecontent-typesvoidHttpURLClient. setParsers(ParserRegistry parserRegistry)
-