func urlSession (URLSession, webSocketTask : URLSessionWebSocketTask, didOpenWithProtocol : String?)
Tells the delegate that the WebSocket task successfully negotiated the handshake with the endpoint, indicating the negotiated protocol.
WebSocketタスクがハンドシェイクをこのエンドポイントでうまく交渉して取り決めたことを委任先に伝えます、交渉済みのプロトコルを指し示しています。
func urlSession (URLSession, webSocketTask : URLSessionWebSocketTask, didCloseWith : URLSessionWebSocketTask.CloseCode, reason: Data?)
Tells the delegate that the WebSocket task received a close frame from the server endpoint, optionally including a close code and reason from the server.
WebSocketタスクがクローズフレームをサーバーエンドポイントから受け取ったことを委任先に伝えます、随意にサーバーからクローズコードおよび理由を含んでいます。