| Interface | Description |
|---|---|
| HTTPRequest.DataProvider |
A DataProvider provides a data stream to be sent by the
HTTPRequest. |
| Class | Description |
|---|---|
| HTTPRequest |
This class sends a HTTP request to a server, and returns an
InputStream to the
returned data. |
| HTTPRequest.FileProvider |
This
HTTPRequest.DataProvider implementation uploads a File to the server. |
| HTTPRequest.InputStreamProvider |
This
HTTPRequest.DataProvider implementation transmits the given InputStream. |
| Enum | Description |
|---|---|
| HTTPRequest.Method |
Copyright © 2004–2016. All rights reserved.