Protocol

NSURLSessionStreamDelegate

A protocol that defines methods that URL session instances call on their delegates to handle task-level events specific to stream tasks. あるプロトコル、それはいくつかのメソッドを定義します、それらはURLセッションインスタンスがそれらの委任先上で呼び出して、ストリームタスクに特有なタスク水準イベントを取り扱うものです。

Declaration 宣言

@protocol NSURLSessionStreamDelegate

Overview 概要

In addition to these methods, be sure to implement the methods in the NSURLSessionTaskDelegate and NSURLSessionDelegate protocols to handle events common to all task types and session-level events, respectively. これらのメソッドに加えて、NSURLSessionTaskDelegateNSURLSessionDelegateプロトコルの中のメソッドを実装して、全てのタスク型に共通であるイベントとセッション水準イベントを、それぞれ取り扱うことを確実にしてください。

Topics 話題

Handling Rerouting ルート変更を取り扱う

Completing Stream Capture ストリームキャプチャの完了

Handling Closing Events 閉じるイベントを取り扱う

Relationships 関係

Inherits From 継承元

See Also 参照

Adding Stream Tasks to a Session ストリームタスクをセッションに加える