Uses of Class
org.codelibs.curl.CurlRequest
Packages that use CurlRequest
-
Uses of CurlRequest in org.codelibs.curl
Methods in org.codelibs.curl that return CurlRequestModifier and TypeMethodDescriptionCurlRequest.body(InputStream stream) Sets the input stream for the request body.Sets the body content for the request.CurlRequest.compression(String compression) Sets the compression type for the request.static CurlRequestCreates a new CurlRequest with the CONNECT method for the specified URL.static CurlRequestCreates a new CurlRequest with the DELETE method for the specified URL.Sets the character encoding for the request.static CurlRequestCreates a new CurlRequest with the HTTP GET method for the specified URL.CurlRequest.gzip()Enables GZIP compression for the request.static CurlRequestCreates a new CurlRequest with the HTTP HEAD method for the specified URL.Adds a request header.CurlRequest.onConnect(BiConsumer<CurlRequest, HttpURLConnection> connectionBuilder) Sets the connection builder for customizing the connection.static CurlRequestCreates a new CurlRequest with the HTTP OPTIONS method for the specified URL.Adds a request parameter.static CurlRequestCreates a new CurlRequest with the HTTP POST method for the specified URL.Sets the proxy for the request.static CurlRequestCreates a new CurlRequest with the HTTP PUT method for the specified URL.CurlRequest.sslSocketFactory(SSLSocketFactory sslSocketFactory) Sets the SSL socket factory for secure connections.CurlRequest.threadPool(ForkJoinPool threadPool) Sets the thread pool for executing the request.CurlRequest.threshold(int threshold) Sets the threshold size for the request body.Method parameters in org.codelibs.curl with type arguments of type CurlRequestModifier and TypeMethodDescriptionCurlRequest.onConnect(BiConsumer<CurlRequest, HttpURLConnection> connectionBuilder) Sets the connection builder for customizing the connection.