| Package | Description |
|---|---|
| com.github.hi_fi.httpclient | |
| com.github.hi_fi.httpclient.domain | |
| com.github.hi_fi.httpclient.security |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClient.createSession(String alias,
String url,
Map<String,String> headers,
Authentication auth,
String verify,
Boolean debug) |
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) |
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 |
|---|---|
Authentication |
Proxy.getAuth() |
Authentication |
Session.getAuthentication() |
static Authentication |
Authentication.getAuthentication(List<String> auth) |
static Authentication |
Authentication.getAuthentication(List<String> auth,
Authentication.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
Proxy.setAuth(Authentication auth) |
void |
Session.setAuthentication(Authentication authentication) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.AuthCache |
Auth.getAuthCache(Authentication auth,
org.apache.http.HttpHost target) |
org.apache.http.client.CredentialsProvider |
Auth.getCredentialsProvider(Authentication auth,
org.apache.http.HttpHost target) |
Copyright © 2017. All rights reserved.