- URLSession:betterRouteDiscoveredForStreamTask:
Tells the delegate that a better route to the host has been detected for the stream.
委任先に、ホストへのより良いルートがストリームに対して検出されたことを伝えます。
Availability 有効性
Technology
@protocol NSURLSessionStreamDelegate
In addition to these methods, be sure to implement the methods in the NSURLSession
and NSURLSession
protocols to handle events common to all task types and session-level events, respectively.
これらのメソッドに加えて、NSURLSession
とNSURLSession
プロトコルの中のメソッドを実装して、全てのタスク型に共通であるイベントとセッション水準イベントを、それぞれ取り扱うことを確実にしてください。
Note 注意
An NSURLSession
object need not have a delegate. If no delegate is assigned, a system-provided delegate is used, and you must provide a completion callback to obtain the data.
NSURLSession
オブジェクトは、委任先を持つ必要はありません。委任先が割り当てられないならば、システム提供の委任先が使われます、そしてあなたは完了コールバックを提供することでデータを入手しなければなりません。
- URLSession:betterRouteDiscoveredForStreamTask:
- URLSession:streamTask:didBecomeInputStream:outputStream:
captureStreams
method.
委任先に、ストリームタスクがcaptureStreams
メソッドを呼び出す結果、ストリームタスクが完了したことを伝えます。
- URLSession:readClosedForStreamTask:
- URLSession:writeClosedForStreamTask:
- streamTaskWithHostName:port:
- streamTaskWithNetService:
NSURLSessionStreamTask