java.lang.CloneableDefaultHttpClientpublic interface HttpClient
extends java.lang.Cloneable
| Modifier and Type | Method | Description |
|---|---|---|
HttpClient |
clone() |
|
void |
close() |
|
void |
connect(DownloadRequest request) |
|
long |
getContentLength() |
|
java.io.InputStream |
getErrorStream() |
|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getHeaderFields() |
|
java.io.InputStream |
getInputStream() |
|
int |
getResponseCode() |
|
java.lang.String |
getResponseHeader(java.lang.String name) |
HttpClient clone()
void connect(DownloadRequest request) throws java.io.IOException
java.io.IOExceptionint getResponseCode()
throws java.io.IOException
java.io.IOExceptionjava.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionlong getContentLength()
java.lang.String getResponseHeader(java.lang.String name)
void close()
java.util.Map<java.lang.String,java.util.List<java.lang.String>> getHeaderFields()
java.io.InputStream getErrorStream()
throws java.io.IOException
java.io.IOException