public class HttpClient extends Object
| Constructor and Description |
|---|
HttpClient(String url) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
get() |
String |
put(InputStream is) |
public HttpClient(String url) throws IOException
IOExceptionpublic String put(InputStream is) throws IOException
IOExceptionpublic InputStream get() throws IOException
IOExceptionpublic void close()
Copyright © 2016. All rights reserved.