Uses of Class
groovyx.net.http.ParserRegistry
-
Uses of ParserRegistry in groovyx.net.http
Fields in groovyx.net.http declared as ParserRegistryModifier and TypeFieldDescriptionprivate ParserRegistry
HttpURLClient.parserRegistry
protected ParserRegistry
HTTPBuilder.parsers
Methods 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 TypeMethodDescriptionvoid
HTTPBuilder.setParserRegistry
(ParserRegistry pr) Set a custom registry used to handle different responsecontent-type
svoid
HttpURLClient.setParsers
(ParserRegistry parserRegistry)