public interface HttpPoster extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HttpPoster.Response
A generic interface to represent an HTTP response
|
Future<HttpPoster.Response> post(String userAgent, String payload) throws IOException
userAgent - the user agent to usepayload - the payload to postIOException - on IO-related errorCopyright © 2015. All rights reserved.