- webSocketTaskWithURL:
Creates a WebSocket task for the provided URL.
WebSocketタスクをこの提供されたURLに対して作成します。
- webSocketTaskWithRequest:
Creates a WebSocket task for the provided URL request.
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タスクに特有なタスク水準イベントを取り扱うものです。