B C D E F G H I J K M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl
-
Connect to the provided URL.
- connect(URL) - Method in class org.symphonyoss.symphony.jcurl.JCurl
-
Perform a HTTP(s) request to the provided URL.
- CONNECT - org.symphonyoss.symphony.jcurl.JCurl.HttpMethod
- 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.
- DELETE - org.symphonyoss.symphony.jcurl.JCurl.HttpMethod
E
- expect(int) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Add HTTP STATUS as an expected response code.
- 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.
- 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".
- 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
- GET - org.symphonyoss.symphony.jcurl.JCurl.HttpMethod
- getCipherSuite() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
- getClientCertificates() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
- getConnectTimeout() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getContentType() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- 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
- getCookieMap() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getCookies() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
- getData() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getExpectedResponseSet() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getFormMap() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getHeader(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
- getHeaderMap() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- 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.
- getKeyStore() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getMethod() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getNonProxyHosts() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getOutput() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
- getProxyHost() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getProxyPort() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getQueryMap() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getReadTimeout() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getResponseCode() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
- getServerCertificates() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
- getStorePass() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getStoreType() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getTag(int) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
- getTag(String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
- getTagList() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- 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 {@link Builder.extract(String)}
- getTagMap() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- 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 {@link Builder.extract(String,String)}
- getTimeTaken() - Method in class org.symphonyoss.symphony.jcurl.JCurl.Response
- getTrustPass() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getTrustStore() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getTrustType() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getUrl() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- getVerbosity() - Method in class org.symphonyoss.symphony.jcurl.JCurl
H
- HEAD - org.symphonyoss.symphony.jcurl.JCurl.HttpMethod
- 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.
- isExtractCookies() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- isTrustAllCerts() - Method in class org.symphonyoss.symphony.jcurl.JCurl
- isTrustAllHostnames() - Method in class org.symphonyoss.symphony.jcurl.JCurl
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
- OPTIONS - org.symphonyoss.symphony.jcurl.JCurl.HttpMethod
- org.symphonyoss.symphony.jcurl - package org.symphonyoss.symphony.jcurl
P
- POST - org.symphonyoss.symphony.jcurl.JCurl.HttpMethod
- 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.
- PUT - org.symphonyoss.symphony.jcurl.JCurl.HttpMethod
Q
- query(String, String) - Method in class org.symphonyoss.symphony.jcurl.JCurl.Builder
-
Set request query parameters to be appended to the target URL as "name=value" pairs separated by "&";
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.
All Classes All Packages