public class HttpClient extends Object
| Constructor and Description |
|---|
HttpClient(int uiPort) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
get(String path) |
InputStream |
getAsStream(String path) |
String |
post(String path,
String data) |
void |
updateUiPort(int uiPort) |
public void updateUiPort(int uiPort)
public InputStream getAsStream(String path) throws Exception
Exceptionpublic void close()
Copyright © 2011–2015 Glowroot contributors. All rights reserved.