All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
copyHttpsURLToFile(String source,
File destination,
int connectionTimeout,
int readTimeout) |
static void |
copyHttpsURLToFile(URL source,
File destination,
int connectionTimeout,
int readTimeout) |
static Waiter |
doesUrlResponseContain(String url,
String... strings) |
static Waiter |
doesUrlResponseEqual(String url,
String string) |
static Waiter |
doesUrlResponseMatch(String url,
Predicate<String>... predicates) |
static Waiter |
doesUrlResponseStartWith(String url,
String string) |
static Waiter |
doesUrlReturnCode(String url,
int expectedCode) |
static Waiter |
doesUrlReturnCode(String url,
int expectedCode,
int failCode) |
static Waiter |
doesUrlReturnOK(String url) |
static int |
getCode(String url) |
static String |
getContent(String url) |
static HttpURLConnection |
getHttpConnection(URL url) |
static HttpsURLConnection |
getHttpsConnection(URL url) |
static int |
httpGetCode(String url) |
static int |
httpGetCode(URL url) |
static String |
httpGetContent(String url) |
static String |
httpGetContent(URL url) |
static int |
httpsGetCode(String url) |
static int |
httpsGetCode(URL url) |
static String |
httpsGetContent(String url) |
static String |
httpsGetContent(URL url) |