B C D E F G H I J K M N O P R S T U V
B
- build() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Get an instance of JCurl with options configured by the #Builder().
- builder() - Static method in class org.symphonyoss.symphony.jcurl.JCurl
-
Create a builder.
C
- connect() - Method in class org.symphonyoss.symphony.jcurl.JCurl
-
Perform a HTTP(s) request to the provided URL.
- connect(URL) - Method in class org.symphonyoss.symphony.jcurl.JCurl
-
Perform a HTTP(s) request to the provided URL.
- connect(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl
-
Connect to the provided URL.
- connectTimeout(int) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
How long to wait for a connection to the remote resource.
- cookie(String, String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Send a custom cookie with the request.
D
- data(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Send a POST request with DATA as request body.
E
- expect(int) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Add HTTP STATUS as an expected response code.
- extract(String, String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Extract NODE from a JSON object returned by the call and return as "LABEL=NODE".
- extract(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Iterate over a JSON array of objects returned by the call content and extract the value of NODE.
- extractCookies(boolean) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Extract cookies returned by the call as KEY=VALUE pairs.
F
- form(String, String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Send a POST request with CONTENT as "key=value" pairs corresponding to a HTML form.
G
- getCipherSuite() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getClientCertificates() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getContentType() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
Return the content type of the response.
- getCookie(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getCookies() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getHeader(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getHeaders() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getJsonNode() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
Return the parsed JSON response, if any.
- getOutput() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getResponseCode() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getServerCertificates() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getTag(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getTag(int) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
- getTagList() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
Return a copy of the list of all tags captured as a result
of a call to Builder.extract(String)
- getTagMap() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
Return a copy of the map of all tags captured as a result
of a call to Builder.extract(String,String)
- getTimeTaken() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
H
- header(String, String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Send a custom header with the request.
I
- insecure(boolean) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Disable checks for an HTTPS request.
J
- JCurl - Class in org.symphonyoss.symphony.jcurl
-
JSON-aware curl (1) in Java
- JCurl() - Constructor for class org.symphonyoss.symphony.jcurl.JCurl
-
- JCurl.Builder - Class in org.symphonyoss.symphony.jcurl
-
- JCurl.HttpMethod - Enum in org.symphonyoss.symphony.jcurl
-
- JCurl.Response - Class in org.symphonyoss.symphony.jcurl
-
K
- keystore(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
The keystore containing the certificate to use for authentication.
M
- main(String[]) - Static method in class org.symphonyoss.symphony.jcurl.JCurl
-
Entry point for command-line usage.
- method(JCurl.HttpMethod) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Set the HTTP type of the request.
N
- nonProxyHosts(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Bypass the proxy (if defined) for the specified list of |-separated hosts.
O
- org.symphonyoss.symphony.jcurl - package org.symphonyoss.symphony.jcurl
-
P
- print() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
-
Print response data and optional meta information.
- processResponse(HttpURLConnection) - Method in class org.symphonyoss.symphony.jcurl.JCurl
-
Process response data and, if applicable, HTTPS information.
- proxy(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Proxy the request through the specified URL.
R
- readTimeout(int) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
How long to wait for a response from the remote resource.
- Response() - Constructor for class org.symphonyoss.symphony.jcurl.JCurl.Response
-
S
- storepass(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
The keystore password.
- storetype(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
The keystore type.
T
- toString() - Method in class org.symphonyoss.symphony.jcurl.JCurl
-
- trustAllCertificates(boolean) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Disable SSL certificate verification.
- trustAllHostnames(boolean) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Disable SSL hostname verification.
- trustpass(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
The truststore password.
- truststore(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
The truststore containing the server certificate.
- trusttype(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
The truststore type.
U
- url(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
The URL to connect to.
V
- valueOf(String) - Static method in enum org.symphonyoss.symphony.jcurl.JCurl.HttpMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.symphonyoss.symphony.jcurl.JCurl.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verbosity(int) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Output verbosity.
B C D E F G H I J K M N O P R S T U V
Copyright © 2017 The Symphony Software Foundation. All rights reserved.