public class HttpUtils extends Object
Constructor and Description |
---|
HttpUtils(boolean isSsl,
String host,
String port,
String username,
String password,
com.izforge.izpack.panels.process.AbstractUIProcessHandler handler) |
Modifier and Type | Method and Description |
---|---|
int |
getWithBasicAuth(String path) |
static int |
ping(boolean isSsl,
String host,
String port) |
String |
postWithDigestAuth(String url,
String file) |
int |
postWithStringEntity(String url,
String stringEntity) |
public int getWithBasicAuth(String path)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.