- initWithURL:MIMEType:expectedContentLength:textEncodingName:
NSURLResponse
object with the URL, MIME type, length, and text encoding set to given values.
初期化されたNSURLResponse
オブジェクトを、それら与えられた値に設定されたURL、MIMEタイプ、長さ、そしてテキストエンコーディングで作成します。
Availability 有効性
Technology
@interface NSURLResponse : NSObject
The related NSHTTPURLResponse
class is a commonly used subclass of NSURLResponse
whose objects represent a response to an HTTP URL load request and store additional protocol-specific information such as the response headers. Whenever you make an HTTP request, the NSURLResponse
object you get back is actually an instance of the NSHTTPURLResponse
class.
関連するNSHTTPURLResponse
クラスは、NSURLResponse
の一般的に使われるサブクラスです、それのオブジェクトはあるHTTP URLロードリクエストを表します、そして追加のプロトコル特有情報、例えばレスポンスヘッダなどを格納します。あなたがHTTPリクエストをする時はいつでも、あなたが取り戻すNSURLResponse
オブジェクトは、実際にはNSHTTPURLResponse
クラスのインスタンスです。
Note 注意
NSURLResponse
objects don’t contain the actual bytes representing the content of a URL. Instead, the data is returned either a piece at a time through delegate calls or in its entirety when the request completes, depending on the method and class used to initiate the request.
NSURLResponse
オブジェクトは、あるURLの内容を表している実際のバイトを含みません。その代わりに、データは、委任先呼び出しそれらによって一度に一断片またはリクエストが完了する時に全体としてのどちらかで返されます、リクエストを開始するのに使われたメソッドおよびクラスに基づいて。
Read Fetching Website Data into Memory to learn various ways to receive the content data from a URL load. ウェブサイトデータをメモリへと取ってくるを読んであるURLロードから内容データを受け取るさまざまな方法を学んでください。
- initWithURL:MIMEType:expectedContentLength:textEncodingName:
NSURLResponse
object with the URL, MIME type, length, and text encoding set to given values.
初期化されたNSURLResponse
オブジェクトを、それら与えられた値に設定されたURL、MIMEタイプ、長さ、そしてテキストエンコーディングで作成します。
expectedContentLength
NSURLResponseUnknownLength
suggestedFilename
MIMEType
textEncodingName
URL
NSURLRequest
NSMutableURLRequest
NSHTTPURLResponse