Uses of Class
org.codelibs.curl.CurlResponse
Packages that use CurlResponse
-
Uses of CurlResponse in org.codelibs.curl
Fields in org.codelibs.curl declared as CurlResponseMethods in org.codelibs.curl that return CurlResponseModifier and TypeMethodDescriptionCurlRequest.execute()Executes the request and returns the response.CurlRequest.RequestProcessor.getResponse()Returns the CurlResponse.Method parameters in org.codelibs.curl with type arguments of type CurlResponseModifier and TypeMethodDescriptionvoidCurlRequest.execute(Consumer<CurlResponse> actionListener, Consumer<Exception> exceptionListener) Executes the request and processes the response.<T> TCurlResponse.getContent(Function<CurlResponse, T> parser) Gets the content of the response using the provided parser function.