- webSocketTaskWithRequest:
Creates a WebSocket task for the provided URL request.
WebSocketタスクをこの提供されたURLリクエストに対して作成します。
- webSocketTaskWithURL:protocols:
Creates a WebSocket task given a URL and an array of protocols.
WebSocketタスクを、与えられたあるURLとある配列のプロトコルで作成します。
NSURLSessionWebSocketTask
A URL session task that communicates over the WebSockets protocol standard.
WebSocketsプロトコル標準越しに通信するあるURLセッションタスク。
NSURLSessionWebSocketDelegate
A protocol that defines methods that URL session instances call on their delegates to handle task-level events specific to WebSocket tasks.
あるプロトコル、それはいくつかのメソッドを定義します、それらはURLセッションインスタンスがそれらの委任先上で呼び出して、WebSocketタスクに特有なタスク水準イベントを取り扱うものです。