public class HttpClient extends Object
| Constructor and Description |
|---|
HttpClient() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get(String host,
int port,
String request) |
void |
get(String host,
int port,
String request,
HttpClientCallback callback) |
void |
shutdown() |
public void get(String host, int port, String request, HttpClientCallback callback)
public void shutdown()
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.