Provides interfaces for working with network connectivity on the Kindle. Although applications can use standard Java URL connections, the APIs in this package are required to ensure that the network is available before creating connections. This package also allows the application to obtain information needed to provide feedback to the user when errors occur.
Kindle applications are not permitted to create or manipulate sockets. Instead they must use HTTP or HTTPS for all network activity.
@see java.net.URL @see java.net.URLConnection @see java.net.HttpURLConnection @since 1.0