org.ektorp.http
Interface HttpClient
- All Known Implementing Classes:
- StdHttpClient
public interface HttpClient
Method Summary |
HttpResponse |
copy(String sourceUri,
String destination)
|
HttpResponse |
delete(String uri)
|
HttpResponse |
get(String uri)
|
HttpResponse |
get(String uri,
Map<String,String> headers)
|
HttpResponse |
getUncached(String uri)
|
HttpResponse |
head(String uri)
|
HttpResponse |
post(String uri,
org.apache.http.HttpEntity httpEntity)
|
HttpResponse |
post(String uri,
InputStream content)
|
HttpResponse |
post(String uri,
String content)
|
HttpResponse |
postUncached(String uri,
String content)
|
HttpResponse |
put(String uri)
|
HttpResponse |
put(String uri,
org.apache.http.HttpEntity httpEntity)
|
HttpResponse |
put(String uri,
InputStream data,
String contentType,
long contentLength)
|
HttpResponse |
put(String uri,
String content)
|
void |
shutdown()
|
get
HttpResponse get(String uri)
get
HttpResponse get(String uri,
Map<String,String> headers)
put
HttpResponse put(String uri,
String content)
put
HttpResponse put(String uri)
put
HttpResponse put(String uri,
InputStream data,
String contentType,
long contentLength)
put
HttpResponse put(String uri,
org.apache.http.HttpEntity httpEntity)
post
HttpResponse post(String uri,
String content)
post
HttpResponse post(String uri,
InputStream content)
post
HttpResponse post(String uri,
org.apache.http.HttpEntity httpEntity)
delete
HttpResponse delete(String uri)
head
HttpResponse head(String uri)
getUncached
HttpResponse getUncached(String uri)
postUncached
HttpResponse postUncached(String uri,
String content)
copy
HttpResponse copy(String sourceUri,
String destination)
shutdown
void shutdown()
Copyright © 2017. All rights reserved.