Uses of Class
org.codelibs.curl.CurlResponse
-
Packages that use CurlResponse Package Description org.codelibs.curl -
-
Uses of CurlResponse in org.codelibs.curl
Fields in org.codelibs.curl declared as CurlResponse Modifier and Type Field Description protected CurlResponseCurlRequest.RequestProcessor. responseMethods in org.codelibs.curl that return CurlResponse Modifier and Type Method Description CurlResponseCurlRequest. execute()CurlResponseCurlRequest.RequestProcessor. getResponse()Method parameters in org.codelibs.curl with type arguments of type CurlResponse Modifier and Type Method Description voidCurlRequest. execute(Consumer<CurlResponse> actionListener, Consumer<Exception> exceptionListener)<T> TCurlResponse. getContent(Function<CurlResponse,T> parser)
-