Package-level declarations

Types

Link copied to clipboard
open class HttpAddress
Encapsulates a parsed HTTP URL.
Link copied to clipboard
open class HttpCookies
Encapsulates a map of HTTP cookies.
Link copied to clipboard
An exception thrown if HttpRequest.send cannot be completed due to a network error, or when one of the HTTP functions is used in an inappropriate manner or with invalid parameters.
Link copied to clipboard
abstract class HttpHandler
Abstract base class for HTTP handlers, which can override the functions of com.sap.cloud.mobile.odata.http.HttpRequest that perform network activity.
Link copied to clipboard
abstract class HttpHandlerType
HTTP handler types.
Link copied to clipboard
open class HttpHeaders
Encapsulates a map of HTTP headers, allowing case-insensitive lookup.
Link copied to clipboard
abstract class HttpMethod
Constants for HTTP methods.
Link copied to clipboard
open class HttpRequest
A cross-platform HTTP API modeled after XMLHttpRequest.
Link copied to clipboard
abstract class HttpStatus
Constants for HTTP status code.
Link copied to clipboard
abstract class HttpStatusText
Constants for HTTP status text.
Link copied to clipboard
abstract class HttpVersion
Constants and functions for HTTP version numbers/strings.
Link copied to clipboard
open class MimePart
Encapsulates a MIME part.
Link copied to clipboard
open class MimePartList : ListBase, Iterable<T>
Link copied to clipboard
Stream for parsing MIME multipart/mixed messages.
Link copied to clipboard
Stream for writing MIME multipart/mixed messages.
Link copied to clipboard
abstract class MimeType
Constants and functions for representing and parsing MIME content types.
Link copied to clipboard
HTTP Handler that uses the OKHttp library for network activity.