Package com.naver.ads.network.raw
See: Description
-
Class Summary Class Description AsyncHttpResponse HTTP response to read response's body asynchronously. BufferedHttpResponse HTTP response which will buffer the response's body when it is read. HttpHeader Represents an HTTP header field. HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types. HttpRequest An HTTP request. Builder Builder for HttpRequestProperties instances. HttpRequestProperties Defines the properties for HttpRequest. HttpResponse The type representing response of HttpRequest. HttpUrlBuilder Builder for valid HTTP url. HttpClient -
Interface Summary Interface Description HttpCallback the callback type to notify the result of an http requests. -
Enum Summary Enum Description HttpMethod Enumeration of HTTP methods supported by Request. HttpScheme Defines the common schemes used for the HTTP protocol.