public class HttpUtils extends Object
| Constructor and Description |
|---|
HttpUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteHttpCall(KieServerRouterEnvironment env,
String url) |
protected static String |
getAuthorization(KieServerRouterEnvironment env) |
static void |
getHttpCall(KieServerRouterEnvironment env,
String url) |
static String |
putHttpCall(KieServerRouterEnvironment env,
String url,
String body) |
public static void deleteHttpCall(KieServerRouterEnvironment env, String url) throws Exception
Exceptionpublic static void getHttpCall(KieServerRouterEnvironment env, String url) throws Exception
Exceptionpublic static String putHttpCall(KieServerRouterEnvironment env, String url, String body) throws Exception
Exceptionprotected static String getAuthorization(KieServerRouterEnvironment env) throws Exception
ExceptionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.