| Package | Description |
|---|---|
| com.github.hi_fi.httpclient | |
| com.github.hi_fi.httpclient.domain |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClient.createSession(String alias,
String url,
Map<String,String> headers,
Authentication auth,
String verify,
Boolean debug,
Proxy proxy) |
void |
RestClient.createSession(String alias,
String url,
Map<String,String> headers,
Authentication auth,
String verify,
Boolean debug,
String password,
boolean verifyHost,
boolean selfSigned,
Proxy proxy) |
void |
RestClient.createSession(String alias,
String url,
Map<String,String> headers,
Authentication auth,
String verify,
Boolean debug,
String loggerClass,
String password,
boolean verifyHost,
boolean selfSigned,
Proxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
Proxy |
Session.getProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setProxy(Proxy proxy) |
Copyright © 2022. All rights reserved.