Utility code for network operations.
Interfaces
| INet |
Convenience network utility interface to issue common GET/POST (http or https) queries that
return text contents. |
Classes
| FormFileEntry |
An entry used in POST multi-part requests. |
| Net |
A network object used to download from and upload to http/https URLs, with socks and http proxy
support. |
| NetProxyInfo |
Network proxy information. |
| SecureSocketInfo |
SSL information object, including the SSL context, X509 certificates manager, and hostname
verifier. |
| UrlParametersBuilder |
Custom Map builder for URL parameters (the insertion order is maintained). |
| URLUtil |
Utility methods to manipulate URLs. |