Instance Method インスタンスメソッド

closeRead()

Completes any enqueued reads and writes, and then closes the read side of the underlying socket. あらゆるエンキューされた読み出しおよび書き出しを完了します、そしてそれから基礎をなすソケットの読み出し側を閉じます。

Declaration 宣言

func closeRead()

Discussion 議論

You may continue to write data using the write(_:timeout:completionHandler:) method after calling this method. Any calls to readData(ofMinLength:maxLength:timeout:completionHandler:) after calling this method will result in an error. あなたは、データの書き出しの継続をwrite(_:timeout:completionHandler:)メソッドを使ってこのメソッドを呼び出す後にするかもしれません。このメソッドを呼び出す後のreadData(ofMinLength:maxLength:timeout:completionHandler:)に対するあらゆる呼び出しは、エラーという結果になるでしょう。

See Also 参照

Closing Read and Write Sockets 読み出しおよび書き込みソケットを閉じる