Uses of Class
groovyx.net.http.ParserRegistry
-
Uses of ParserRegistry in groovyx.net.http
Fields in groovyx.net.http declared as ParserRegistryModifier and TypeFieldDescriptionprivate ParserRegistryHttpURLClient.parserRegistryprotected ParserRegistryHTTPBuilder.parsersMethods in groovyx.net.http that return ParserRegistryModifier and TypeMethodDescriptionHTTPBuilder.getParser()Retrieve the map of registered response content-type parsers.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 ParserRegistryModifier and TypeMethodDescriptionvoidHTTPBuilder.setParserRegistry(ParserRegistry pr) Set a custom registry used to handle different responsecontent-typesvoidHttpURLClient.setParsers(ParserRegistry parserRegistry)