com.go.trove.net
Interface HttpClient.PostData
- Enclosing class:
- HttpClient
- public static interface HttpClient.PostData
A factory for supplying data to be written to server in a POST request.
|
Method Summary |
java.io.InputStream |
getInputStream()
Returns the actual data via an InputStream. |
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Returns the actual data via an InputStream. If the client needs to
reconnect to the server, this method may be called again. The
InputStream is closed when all the post data has been read from it.