Uses of Class
cz.xtf.client.Http
-
-
Uses of Http in cz.xtf.client
Methods in cz.xtf.client that return Http Modifier and Type Method Description HttpHttp. basicAuth(String username, String password)HttpHttp. bearerAuth(String token)HttpHttp. cookie(String name, String value)HttpHttp. cookie(String domain, String name, String value)HttpHttp. data(String data, org.apache.http.entity.ContentType contentType)static HttpHttp. delete(String url)HttpHttp. disableRedirect()static HttpHttp. get(String url)HttpHttp. header(String name, String value)static HttpHttp. post(String url)HttpHttp. preemptiveAuth()static HttpHttp. put(String url)HttpHttp. trustAll()HttpHttp. trustStore(Path trustStorePath, String trustStorePassword)HttpHttp. trustStore(Path trustStorePath, String trustStorePassword, HostnameVerifier verifier)
-